Fixing a build error on SuSE described in bug report "[ 1792047 ] freeglut_joystick.c error"

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@721 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2007-09-19 04:10:46 +00:00
parent 33c99dfafe
commit 7234e21a11

View File

@ -1688,9 +1688,6 @@ int fgJoystickDetect( void )
fgInitialiseJoysticks ();
if ( !fgJoystick )
return 0;
if ( !fgState.JoysticksInitialised )
return 0;