From afdc54e910e02b35a204e86fed441c2a08dcac71 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Sat, 24 Nov 2012 01:18:34 +0000 Subject: [PATCH] kicking out the FGCBSelect function prototype that has been here since the beginning of times (r3), but is not used anywhere and has no equivalent in GLUT git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1488 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/fg_internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/freeglut/freeglut/src/fg_internal.h b/freeglut/freeglut/src/fg_internal.h index e366592..6ac8ffe 100644 --- a/freeglut/freeglut/src/fg_internal.h +++ b/freeglut/freeglut/src/fg_internal.h @@ -203,7 +203,6 @@ typedef void (* FGCBMotion )( int, int ); typedef void (* FGCBPassive )( int, int ); typedef void (* FGCBEntry )( int ); typedef void (* FGCBWindowStatus )( int ); -typedef void (* FGCBSelect )( int, int, int ); typedef void (* FGCBJoystick )( unsigned int, int, int, int ); typedef void (* FGCBOverlayDisplay)( void ); typedef void (* FGCBSpaceMotion )( int, int, int );