summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/eglimage.c')
-rw-r--r--src/egl/main/eglimage.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/egl/main/eglimage.c b/src/egl/main/eglimage.c
index 458a2e424d3..d5deae7595d 100644
--- a/src/egl/main/eglimage.c
+++ b/src/egl/main/eglimage.c
@@ -34,9 +34,6 @@
#include "egllog.h"
-#ifdef EGL_KHR_image_base
-
-
/**
* Parse the list of image attributes and return the proper error code.
*/
@@ -113,6 +110,3 @@ _eglInitImage(_EGLImage *img, _EGLDisplay *dpy)
return EGL_TRUE;
}
-
-
-#endif /* EGL_KHR_image_base */