Index: myglut-win32.c
===================================================================
--- myglut-win32.c	(revision 179)
+++ myglut-win32.c	(revision 180)
@@ -13,7 +13,6 @@
 static HWND            currWnd;
 static HDC             currDC;
 static HGLRC           currGLRC;
-int _glutWindowSize[2];
 
 LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );