summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsync.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-12-20 16:28:20 +0800
committerChia-I Wu <olv@lunarg.com>2011-12-20 16:59:09 +0800
commitf957cac772d34b3406be3236b81571e456ee40e8 (patch)
tree1627dcf5771967c0b5677618638d0e31c8cbf63f /src/egl/main/eglsync.h
parented1ff2acec2cdfe3eace9f4caa6cfe5e0f175534 (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.h6
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 */