summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-11-04 07:26:54 -0700
committerBrian Paul <brianp@vmware.com>2013-11-04 12:23:09 -0700
commit2a1f74e7d93c8c1e7fa46784ea0bdb6c7bd47100 (patch)
treecfdc2fd1612f2d976e340949fe08b73d11c2f3ba /include
parent61ec037c61de3e068250e530ac073c2b0f250a1b (diff)
mesa: remove Centerline C support from gl.h
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 2235f223fa..0efa6ef81d 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -113,10 +113,6 @@
#define GLAPIENTRYP GLAPIENTRY *
#endif
-#ifdef CENTERLINE_CLPP
-#define signed
-#endif
-
#if defined(PRAGMA_EXPORT_SUPPORTED)
#pragma export on
#endif