egl: inline fallback for get_sync_values
[mesa.git] / src / egl / drivers / dri2 / egl_dri2_fallbacks.h
index 3033903d5e8b988679711bb62a1d483f2ef35454..1fc7b8ea167f62e2d6004a1e67090ee8cd34c2a4 100644 (file)
 #include "eglcurrent.h"
 #include "egltypedefs.h"
 
-static inline EGLBoolean
-dri2_fallback_get_sync_values(_EGLDisplay *disp, _EGLSurface *surf,
-                              EGLuint64KHR *ust, EGLuint64KHR *msc,
-                              EGLuint64KHR *sbc)
-{
-   return EGL_FALSE;
-}
-
 #endif /* EGL_DRI2_FALLBACKS_INCLUDED */