First group of patches: Adds single-buffered rendering (or its emulation) in Windows.
[freeglut] / freeglut-1.3 / freeglut_internal.h
index d8d50d8..bb93080 100644 (file)
@@ -220,10 +220,6 @@ struct tagSFG_State
 
     GLboolean        IgnoreKeyRepeat;      /* Whether to ignore key repeat...   */
 
-    GLuint           FPSInterval;          /* Interval between FPS printfs      */
-    GLuint           SwapCount;            /* Count of glutSwapBuffer calls     */
-    GLuint           SwapTime;             /* Time of last SwapBuffers          */
-
     SFG_Time         Time;                 /* The time that glutInit was called */
     SFG_List         Timers;               /* The freeglut timer hooks          */