Fixed a small mistake in the previous commit for glutGet.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@708 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
joekrahn 2006-09-25 02:41:15 +00:00
parent 20684ece83
commit 490ada7091

View File

@ -492,7 +492,6 @@ int FGAPIENTRY glutDeviceGet( GLenum eWhat )
/* XXX WARNING: we are mostly lying in this function. */
switch( eWhat )
{
case GLUT_HAS_KEYBOARD:
case GLUT_HAS_KEYBOARD:
/*
* Win32 is assumed a keyboard, and this cannot be queried,