diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-12-11 15:41:47 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-12-11 15:41:47 +0000 |
commit | b04bcd14ee329a12acc1b7895ee9ac4aa74344e3 (patch) | |
tree | 895fd065ba0d6bb553190fe0b58a66bf2568c97e /src/glut/glx/win32_winproc.c | |
parent | 14586916b9b888bec0b08b9646f90e74c0833183 (diff) |
minor changes to fix compile problems/warnings
Diffstat (limited to 'src/glut/glx/win32_winproc.c')
-rw-r--r-- | src/glut/glx/win32_winproc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glut/glx/win32_winproc.c b/src/glut/glx/win32_winproc.c index 945b7eb9ca..a54bac75fa 100644 --- a/src/glut/glx/win32_winproc.c +++ b/src/glut/glx/win32_winproc.c @@ -17,7 +17,6 @@ extern unsigned __glutMenuButton; extern GLUTidleCB __glutIdleFunc; extern GLUTtimer *__glutTimerList; -extern void handleTimeouts(void); extern GLUTmenuItem *__glutGetUniqueMenuItem(GLUTmenu * menu, int unique); static HMENU __glutHMenu; |