child window now only used for keyboard callbacks and setting focus in
[freeglut] / progs / demos / One / one.c
index 36f7c79..cf2cb14 100644 (file)
@@ -187,7 +187,6 @@ void SampleEntry(int state)
 {
     int window = glutGetWindow () ;
     printf ( "Window %d Entry Callback: %d\n", window, state ) ;
-    glutPostRedisplay () ;
 }
 
 /*