progs/demos: remove unused glFogCoordPointer_ext var
authorBrian Paul <brianp@vmware.com>
Mon, 30 Nov 2009 16:54:27 +0000 (09:54 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Dec 2009 19:23:07 +0000 (12:23 -0700)
progs/demos/fogcoord.c

index 6f50993..7d5c11a 100644 (file)
@@ -15,8 +15,6 @@
 
 #define DEPTH 5.0f
 
-static PFNGLFOGCOORDPOINTEREXTPROC glFogCoordPointer_ext;
-
 static GLfloat camz;
 
 static GLint fogMode;