From 0c774d53c5c1e8845e7da9b01814d7b98f621f51 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 27 Jan 2014 11:36:06 -0800 Subject: [PATCH] glx: Reduce compiler warnings by not requesting GL extension prototypes. They're not officially in the ABI, so you shouldn't use them anyway. Signed-off-by: Eric Anholt Reviewed-by: Adam Jackson Signed-off-by: Keith Packard --- glx/glxserver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/glx/glxserver.h b/glx/glxserver.h index 7f36e5f5e..3f2ae3593 100644 --- a/glx/glxserver.h +++ b/glx/glxserver.h @@ -46,7 +46,6 @@ #include #include -#define GL_GLEXT_PROTOTYPES /* we want prototypes */ #include #include #include