summaryrefslogtreecommitdiff
path: root/progs/demos
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-30 09:54:27 -0700
committerBrian Paul <brianp@vmware.com>2009-12-01 12:23:07 -0700
commitba97b98842ebe0178406258f29c93ca9fa415ff7 (patch)
treeb1ee102a4a057e687f6049847c7881d55c372df8 /progs/demos
parentb9f4a0bd2b0104ce5f15dcd7d1698db710330418 (diff)
progs/demos: remove unused glFogCoordPointer_ext var
Diffstat (limited to 'progs/demos')
-rw-r--r--progs/demos/fogcoord.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/fogcoord.c b/progs/demos/fogcoord.c
index 6f50993c98..7d5c11aabf 100644
--- a/progs/demos/fogcoord.c
+++ b/progs/demos/fogcoord.c
@@ -15,8 +15,6 @@
#define DEPTH 5.0f
-static PFNGLFOGCOORDPOINTEREXTPROC glFogCoordPointer_ext;
-
static GLfloat camz;
static GLint fogMode;