egl: Update to Wayland 1.2 server API
[mesa.git] / src / gallium / state_trackers / egl / common / egl_g3d_sync.h
index 3179ca04e1a1fd839b3c5231870ec4cd16329cd5..db593a8c16130b9cc4e8a8e1ec62f1f3e783e87f 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.9
  *
  * Copyright (C) 2010 LunarG Inc.
  *
@@ -31,8 +30,6 @@
 
 #include "egl_g3d.h"
 
-#ifdef EGL_KHR_reusable_sync
-
 _EGLSync *
 egl_g3d_create_sync(_EGLDriver *drv, _EGLDisplay *dpy,
                     EGLenum type, const EGLint *attrib_list);
@@ -48,6 +45,4 @@ EGLBoolean
 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
                     EGLenum mode);
 
-#endif /* EGL_KHR_reusable_sync */
-
 #endif /* _EGL_G3D_SYNC_H_ */