From f957cac772d34b3406be3236b81571e456ee40e8 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 20 Dec 2011 16:28:20 +0800 Subject: 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. --- src/egl/main/eglsync.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/egl/main/eglsync.c') diff --git a/src/egl/main/eglsync.c b/src/egl/main/eglsync.c index d8e3ee0c3b..9d0067caa2 100644 --- a/src/egl/main/eglsync.c +++ b/src/egl/main/eglsync.c @@ -33,9 +33,6 @@ #include "egllog.h" -#ifdef EGL_KHR_reusable_sync - - /** * Parse the list of sync attributes and return the proper error code. */ @@ -117,6 +114,3 @@ _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, return EGL_TRUE; } - - -#endif /* EGL_KHR_reusable_sync */ -- cgit v1.2.3