From: Eric Sandall Date: Thu, 3 Jul 2003 20:17:54 +0000 (+0000) Subject: Removed unused char *ptr from freeglut_misc.c X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;ds=inline;h=3080ace6ef781d050d609cbff1c79521e397c030;p=freeglut Removed unused char *ptr from freeglut_misc.c git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@124 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/ChangeLog b/ChangeLog index 210ed99..1b05eb2 100644 --- 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 diff --git a/src/freeglut_misc.c b/src/freeglut_misc.c index 1bfe733..9d44470 100644 --- a/src/freeglut_misc.c +++ b/src/freeglut_misc.c @@ -51,7 +51,6 @@ int FGAPIENTRY glutExtensionSupported( const char* extension ) { const char *extensions, *start; - const char *ptr; const int len = strlen( extension ) ; /*