diff options
Diffstat (limited to 'src/egl/main/eglsync.c')
-rw-r--r-- | src/egl/main/eglsync.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/egl/main/eglsync.c b/src/egl/main/eglsync.c index d8e3ee0c3bf..9d0067caa2d 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 */ |