Removed unused char *ptr from freeglut_misc.c

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@124 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sandalle 2003-07-03 20:17:54 +00:00
parent 4075066fb3
commit 245a3e8b82
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -51,7 +51,6 @@
int FGAPIENTRY glutExtensionSupported( const char* extension )
{
const char *extensions, *start;
const char *ptr;
const int len = strlen( extension ) ;
/*