From: Brian Paul Date: Mon, 4 Nov 2013 14:26:54 +0000 (-0700) Subject: mesa: remove Centerline C support from gl.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a1f74e7d93c8c1e7fa46784ea0bdb6c7bd47100;p=mesa.git mesa: remove Centerline C support from gl.h Reviewed-by: Eric Anholt --- diff --git a/include/GL/gl.h b/include/GL/gl.h index 2235f223fa7..0efa6ef81d0 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