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