summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-27 08:27:30 -0700
committerTom Stellard <thomas.stellard@amd.com>2013-06-28 08:49:06 -0700
commitbee49cb0ecbacb9fbc9dddc5e560874adacc518e (patch)
tree7ec4fd6ef3daa130397fe1f8226e9e1661cfa79d /src/mesa/main
parent2840bec56f79347b95dec5458b20d4a46d1aa445 (diff)
mesa: Fix build with older gcc since update of glext.h
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/glheader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index c83c68f7109..b3b0c52a058 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -59,10 +59,6 @@ extern "C" {
#endif
-/**
- * GL_FIXED is defined in glext.h version 64 but these typedefs aren't (yet).
- */
-typedef int GLfixed;
typedef int GLclampx;