egl: inline fallback for post_sub_buffer
[mesa.git] / src / egl / drivers / dri2 / egl_dri2_fallbacks.h
index 46fddccfafe15521fabb38be41a64d3ee64da313..21f5bcb2a5605b5d9fffb1fbafb7add918cd9695 100644 (file)
 
 struct wl_buffer;
 
-static inline EGLBoolean
-dri2_fallback_post_sub_buffer(_EGLDriver *drv, _EGLDisplay *disp,
-                              _EGLSurface *draw,
-                              EGLint x, EGLint y, EGLint width, EGLint height)
-{
-   return EGL_FALSE;
-}
-
 static inline EGLBoolean
 dri2_fallback_copy_buffers(_EGLDriver *drv, _EGLDisplay *disp,
                            _EGLSurface *surf,