From 355e000c58533c957516c1a198c341f3f0ac7714 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 7 Feb 2016 13:05:39 +0100 Subject: [PATCH] Remove GL_GLEXT_PROTOTYPES from some files, since it is irrelevant with epoxy. --- demo.cpp | 1 - effect_chain.cpp | 2 -- saturation_effect.cpp | 2 -- 3 files changed, 5 deletions(-) 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" -- 2.39.2