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/eglsync.h | |
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/eglsync.h')
-rw-r--r-- | src/egl/main/eglsync.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/egl/main/eglsync.h b/src/egl/main/eglsync.h index 1a56889642e..9708d095cfd 100644 --- a/src/egl/main/eglsync.h +++ b/src/egl/main/eglsync.h @@ -34,9 +34,6 @@ #include "egldisplay.h" -#ifdef EGL_KHR_reusable_sync - - /** * "Base" class for device driver syncs. */ @@ -131,7 +128,4 @@ _eglGetSyncHandle(_EGLSync *sync) } -#endif /* EGL_KHR_reusable_sync */ - - #endif /* EGLSYNC_INCLUDED */ |