git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@124
7f0cb862-5218-0410-a997-
914c9d46530a
(86) Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in
(87) Removed tests directory
+
+
+*******************************************************************************************
+* Changes on 03 July 2003
+*******************************************************************************************
+
+(88) Removed unused char *ptr from freeglut_misc.c
int FGAPIENTRY glutExtensionSupported( const char* extension )
{
const char *extensions, *start;
- const char *ptr;
const int len = strlen( extension ) ;
/*