Fixed a small mistake in the previous commit for glutGet.
authorJoe Krahn <jkrahn@nc.rr.com>
Mon, 25 Sep 2006 02:41:15 +0000 (02:41 +0000)
committerJoe Krahn <jkrahn@nc.rr.com>
Mon, 25 Sep 2006 02:41:15 +0000 (02:41 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@708 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_state.c

index 962cb55..48ff9a3 100644 (file)
@@ -493,7 +493,6 @@ int FGAPIENTRY glutDeviceGet( GLenum eWhat )
     switch( eWhat )
     {
     case GLUT_HAS_KEYBOARD:
-    case GLUT_HAS_KEYBOARD:
         /*
          * Win32 is assumed a keyboard, and this cannot be queried,
          * except for WindowsCE.