summaryrefslogtreecommitdiff
path: root/cogl/cogl-sampler-cache-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-sampler-cache-private.h')
-rw-r--r--cogl/cogl-sampler-cache-private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cogl/cogl-sampler-cache-private.h b/cogl/cogl-sampler-cache-private.h
index 5688effb..ad7a8dc8 100644
--- a/cogl/cogl-sampler-cache-private.h
+++ b/cogl/cogl-sampler-cache-private.h
@@ -34,14 +34,6 @@
#include "cogl-context.h"
#include "cogl-gl-header.h"
-/* These aren't defined in the GLES headers */
-#ifndef GL_CLAMP_TO_BORDER
-#define GL_CLAMP_TO_BORDER 0x812d
-#endif
-#ifndef GL_MIRRORED_REPEAT
-#define GL_MIRRORED_REPEAT 0x8370
-#endif
-
/* GL_ALWAYS is just used here as a value that is known not to clash
* with any valid GL wrap modes.
*