summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture-rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-texture-rectangle.c')
-rw-r--r--cogl/cogl-texture-rectangle.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cogl/cogl-texture-rectangle.c b/cogl/cogl-texture-rectangle.c
index 65d2f062..c2674aa9 100644
--- a/cogl/cogl-texture-rectangle.c
+++ b/cogl/cogl-texture-rectangle.c
@@ -51,17 +51,6 @@
#include <string.h>
#include <math.h>
-/* These aren't defined under GLES */
-#ifndef GL_TEXTURE_RECTANGLE_ARB
-#define GL_TEXTURE_RECTANGLE_ARB 0x84F5
-#endif
-#ifndef GL_CLAMP
-#define GL_CLAMP 0x2900
-#endif
-#ifndef GL_CLAMP_TO_BORDER
-#define GL_CLAMP_TO_BORDER 0x812D
-#endif
-
static void _cogl_texture_rectangle_free (CoglTextureRectangle *tex_rect);
COGL_TEXTURE_DEFINE (TextureRectangle, texture_rectangle);