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
This commit is contained in:
fayjf 2012-01-20 04:21:42 +00:00
parent c449ab244c
commit b5c63cdad2

View File

@ -329,9 +329,6 @@ void fghCloseInputDevices ( void )
if ( fgState.InputDevsInitialised )
fgInputDeviceClose( );
fgState.JoysticksInitialised = GL_FALSE;
fgState.InputDevsInitialised = GL_FALSE;
}