summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/include/angle_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/include/angle_gl.h')
-rw-r--r--src/3rdparty/angle/include/angle_gl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/3rdparty/angle/include/angle_gl.h b/src/3rdparty/angle/include/angle_gl.h
index 18de80b60b..b70a31c273 100644
--- a/src/3rdparty/angle/include/angle_gl.h
+++ b/src/3rdparty/angle/include/angle_gl.h
@@ -16,9 +16,4 @@
#include "GLES3/gl31.h"
#include "GLES3/gl32.h"
-// The following enum is used in ANGLE, but is from desktop GL
-#ifndef GL_SAMPLER_2D_RECT_ARB
-#define GL_SAMPLER_2D_RECT_ARB 0x8B63
-#endif
-
#endif // ANGLEGL_H_