diff options
author | Jakob Bornecrantz <[email protected]> | 2009-12-02 14:52:51 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-12-02 14:52:51 +0100 |
commit | 0c75854cc1650dc870e042aa66a053e70b3d4556 (patch) | |
tree | 72eb2c040bd10b6210bdc7f2b25df5e8c405095f /progs/demos | |
parent | 4598942b1b88a2a7d5af7febae7e79eedf00e385 (diff) | |
parent | 2b5618fc5bdcbee3434f8b5aa3a31eb06fb479c0 (diff) |
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts:
src/mesa/main/version.h
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; |