diff options
author | Brian Paul <[email protected]> | 2009-11-30 09:54:27 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-01 12:23:07 -0700 |
commit | ba97b98842ebe0178406258f29c93ca9fa415ff7 (patch) | |
tree | b1ee102a4a057e687f6049847c7881d55c372df8 /progs/demos | |
parent | b9f4a0bd2b0104ce5f15dcd7d1698db710330418 (diff) |
progs/demos: remove unused glFogCoordPointer_ext var
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/fogcoord.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/fogcoord.c b/progs/demos/fogcoord.c index 6f50993c98f..7d5c11aabf3 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; |