diff options
author | Chia-I Wu <[email protected]> | 2011-12-20 16:28:20 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-12-20 16:59:09 +0800 |
commit | f957cac772d34b3406be3236b81571e456ee40e8 (patch) | |
tree | 1627dcf5771967c0b5677618638d0e31c8cbf63f /src/egl/main/eglimage.c | |
parent | ed1ff2acec2cdfe3eace9f4caa6cfe5e0f175534 (diff) |
egl: remove #ifdef's for official extensions
There is no point in having them when we distribute eglext.h.
As for unofficial extensions, there is a chance that we might remove some of
them evetually. Keeping the #ifdef's for now should make that easier.
Diffstat (limited to 'src/egl/main/eglimage.c')
-rw-r--r-- | src/egl/main/eglimage.c | 6 |
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 */ |