From: Steinar H. Gunderson Date: Sun, 7 Feb 2016 12:05:39 +0000 (+0100) Subject: Remove GL_GLEXT_PROTOTYPES from some files, since it is irrelevant with epoxy. X-Git-Tag: 1.3.1~3 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=355e000c58533c957516c1a198c341f3f0ac7714;ds=sidebyside Remove GL_GLEXT_PROTOTYPES from some files, since it is irrelevant with epoxy. --- diff --git a/demo.cpp b/demo.cpp index ff910f0..dd04c84 100644 --- a/demo.cpp +++ b/demo.cpp @@ -1,4 +1,3 @@ -#define GL_GLEXT_PROTOTYPES 1 #define NO_SDL_GLEXT 1 #define WIDTH 1280 diff --git a/effect_chain.cpp b/effect_chain.cpp index 0c4b7c8..5e43474 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -1,5 +1,3 @@ -#define GL_GLEXT_PROTOTYPES 1 - #include #include #include diff --git a/saturation_effect.cpp b/saturation_effect.cpp index f220610..a3f91a0 100644 --- a/saturation_effect.cpp +++ b/saturation_effect.cpp @@ -1,5 +1,3 @@ -#define GL_GLEXT_PROTOTYPES 1 - #include "saturation_effect.h" #include "util.h"