remove old debug glFlush/Finish calls from demos

This commit is contained in:
Brian Paul
2008-11-04 15:11:56 -07:00
parent 4be624d693
commit d3222cb1d4
4 changed files with 0 additions and 9 deletions
-3
View File
@@ -141,9 +141,6 @@ Redisplay(void)
glPopMatrix();
glFinish();
glFlush();
CheckError(__LINE__);
glutSwapBuffers();
-2
View File
@@ -438,8 +438,6 @@ static void draw()
glPopMatrix();
glFlush();
glutSwapBuffers();
}
-2
View File
@@ -74,8 +74,6 @@ Redisplay(void)
glPopMatrix();
glFinish();
glFlush();
glutSwapBuffers();
}
-2
View File
@@ -79,8 +79,6 @@ Redisplay(void)
glPopMatrix();
glFinish();
glFlush();
glutSwapBuffers();
}