From 9452a820ee4982b4c652d8e1538d0981ad48f200 Mon Sep 17 00:00:00 2001 From: Joe Krahn Date: Mon, 25 Sep 2006 02:41:15 +0000 Subject: [PATCH] Fixed a small mistake in the previous commit for glutGet. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freeglut_state.c b/src/freeglut_state.c index 962cb55..48ff9a3 100644 --- a/src/freeglut_state.c +++ b/src/freeglut_state.c @@ -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. -- 1.7.10.4