egl: inline fallback for copy_buffers
[mesa.git] / src / egl / drivers / dri2 / egl_dri2_fallbacks.h
index 21f5bcb2a5605b5d9fffb1fbafb7add918cd9695..0456a4b1ed7e41c3c163d3a5af0dae746ef0d3a6 100644 (file)
 
 struct wl_buffer;
 
-static inline EGLBoolean
-dri2_fallback_copy_buffers(_EGLDriver *drv, _EGLDisplay *disp,
-                           _EGLSurface *surf,
-                           void *native_pixmap_target)
-{
-   return _eglError(EGL_BAD_NATIVE_PIXMAP, "no support for native pixmaps");
-}
-
 static inline EGLint
 dri2_fallback_query_buffer_age(_EGLDriver *drv, _EGLDisplay *disp,
                                _EGLSurface *surf)