Mesa (master): mesa: remove Centerline C support from gl.h

Brian Paul brianp at kemper.freedesktop.org
Mon Nov 4 19:36:04 UTC 2013


Module: Mesa
Branch: master
Commit: 2a1f74e7d93c8c1e7fa46784ea0bdb6c7bd47100
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a1f74e7d93c8c1e7fa46784ea0bdb6c7bd47100

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Nov  4 07:26:54 2013 -0700

mesa: remove Centerline C support from gl.h

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 include/GL/gl.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/GL/gl.h b/include/GL/gl.h
index 2235f22..0efa6ef 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




More information about the mesa-commit mailing list