From b5c63cdad2265c6d9930ad634656e7d8080a2eb5 Mon Sep 17 00:00:00 2001 From: fayjf Date: Fri, 20 Jan 2012 04:21:42 +0000 Subject: [PATCH] Removing more duplicate code ... need to be more careful. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@989 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/Common/freeglut_init.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/freeglut/freeglut/src/Common/freeglut_init.c b/freeglut/freeglut/src/Common/freeglut_init.c index 443de0b..0a96b14 100644 --- a/freeglut/freeglut/src/Common/freeglut_init.c +++ b/freeglut/freeglut/src/Common/freeglut_init.c @@ -329,9 +329,6 @@ void fghCloseInputDevices ( void ) if ( fgState.InputDevsInitialised ) fgInputDeviceClose( ); - - fgState.JoysticksInitialised = GL_FALSE; - fgState.InputDevsInitialised = GL_FALSE; }