From 90a9927d3b46439645e1c1d1aa9709bc106451be Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Fri, 13 May 2005 12:54:38 +0000 Subject: [PATCH] Removing two unused variables so this will compile on Linux with -Wall git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@608 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_menu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/freeglut_menu.c b/src/freeglut_menu.c index 871c1ba..05fd2bd 100644 --- a/src/freeglut_menu.c +++ b/src/freeglut_menu.c @@ -110,7 +110,6 @@ static SFG_MenuEntry *fghFindMenuEntry( SFG_Menu* menu, int index ) */ static void fghDeactivateSubMenu( SFG_MenuEntry *menuEntry ) { - SFG_Window *current_window = fgStructure.CurrentWindow; SFG_MenuEntry *subMenuIter; /* Hide the present menu's window */ fgSetWindow( menuEntry->SubMenu->Window ); @@ -675,7 +674,6 @@ GLboolean fgCheckActiveMenu ( SFG_Window *window, int button, GLboolean pressed, */ void fgDeactivateMenu( SFG_Window *window ) { - SFG_Window *current_window = fgStructure.CurrentWindow; SFG_Window *parent_window = NULL; /* Check if there is an active menu attached to this window... */ -- 1.7.10.4