diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-13 23:09:43 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-11-13 23:09:43 +0000 |
commit | 16c119bab22aa5b196418a753c1b81976ecb6d21 (patch) | |
tree | 12c26387160bec0b9841d9cc9778f2e387436b4b /progs/demos | |
parent | 0ce7d7725aa3547467253b632628d5398197b39e (diff) |
remove GL_GLEXT_LEGACY
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/paltex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 8d0400c76a..206e85f102 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -11,7 +11,6 @@ #ifdef _WIN32 #include <windows.h> #endif -#define GL_GLEXT_LEGACY #include <GL/glut.h> |