Removed the obsolete hack (or very ill-conceived dream), fgDisplayCursor().
[freeglut] / src / freeglut_misc.c
index 1bfe733..9d44470 100644 (file)
@@ -51,7 +51,6 @@
 int FGAPIENTRY glutExtensionSupported( const char* extension )
 {
   const char *extensions, *start;
-  const char *ptr;
   const int len = strlen( extension ) ;
 
   /*