Removed unused char *ptr from freeglut_misc.c
authorEric Sandall <sandalle@gmail.com>
Thu, 3 Jul 2003 20:17:54 +0000 (20:17 +0000)
committerEric Sandall <sandalle@gmail.com>
Thu, 3 Jul 2003 20:17:54 +0000 (20:17 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@124 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
src/freeglut_misc.c

index 210ed99..1b05eb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -209,3 +209,10 @@ October 24, 2002:
 (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
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 ) ;
 
   /*