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:
parent
4075066fb3
commit
245a3e8b82
@ -209,3 +209,10 @@ October 24, 2002:
|
|||||||
(86) Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in
|
(86) Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in
|
||||||
|
|
||||||
(87) Removed tests directory
|
(87) Removed tests directory
|
||||||
|
|
||||||
|
|
||||||
|
*******************************************************************************************
|
||||||
|
* Changes on 03 July 2003
|
||||||
|
*******************************************************************************************
|
||||||
|
|
||||||
|
(88) Removed unused char *ptr from freeglut_misc.c
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
int FGAPIENTRY glutExtensionSupported( const char* extension )
|
int FGAPIENTRY glutExtensionSupported( const char* extension )
|
||||||
{
|
{
|
||||||
const char *extensions, *start;
|
const char *extensions, *start;
|
||||||
const char *ptr;
|
|
||||||
const int len = strlen( extension ) ;
|
const int len = strlen( extension ) ;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user