From 98f6dc3d75338b234c4f049eb2f29b6dffac109a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 13 Mar 2017 15:25:42 +0000 Subject: Remove unneeded GL_GLEXT_PROTOTYPES define The define itself is sort of a hack for cases where one wants to static link against extensions. Instead one should be calling {egl,glX}GetProcAddress as clearly documented. Since our code is sane enough to not depend on the static link, simply drop the quirky define. Signed-off-by: Emil Velikov --- common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 2c27082..57f4610 100644 --- a/common.h +++ b/common.h @@ -24,7 +24,6 @@ #ifndef _COMMON_H #define _COMMON_H -#define GL_GLEXT_PROTOTYPES 1 #include #include #include -- cgit v1.2.1