From e506c9ea52d065bf646c560f94e03c6667aa86cc Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 23 Nov 2005 15:39:25 +0000 Subject: [PATCH] Forgot to remove code that draws the jitter samples in camera view! --- source/blender/src/drawview.c | 39 ----------------------------------- 1 file changed, 39 deletions(-) diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c index 0a3841aa22b..7ded0b5b66c 100644 --- a/source/blender/src/drawview.c +++ b/source/blender/src/drawview.c @@ -949,46 +949,7 @@ static void drawviewborder(void) setlinestyle(3); BIF_ThemeColor(TH_WIRE); glRectf(x1, y1, x2, y2); - - { - extern float jit[64][2]; - int a, i, j; - - BIF_ThemeColor(TH_BACK); - glBegin(GL_LINES); - glVertex2f(x1 + (x2-x1)/3, y1); - glVertex2f(x1 + (x2-x1)/3, y2); - glVertex2f(x1 + 2*(x2-x1)/3, y1); - glVertex2f(x1 + 2*(x2-x1)/3, y2); - - glVertex2f(x1, y1 + (y2-y1)/3); - glVertex2f(x2, y1 + (y2-y1)/3); - - glVertex2f(x1, y1 + 2*(y2-y1)/3); - glVertex2f(x2, y1 + 2*(y2-y1)/3); - glEnd(); - - glPointSize(4); - glBegin(GL_POINTS); - for(i= -1; i<2; i++) { - for(j= -1; j<2; j++) { - - if(i==0 && j==0) - glColor3ub(255, 255, 255); - else - glColor3ub(150, 150, 150); - - for(a=0; aflag & CAM_SHOWNAME)) { glRasterPos2f(x1, y1-15);