egl: drop unused fallback function
[mesa.git] / src / egl / drivers / dri2 / egl_dri2_fallbacks.h
index 44c130b9c142607a5b1dc6cbf96b19b9091c782d..10417cab472a822e56f3de8928b29ce3d600fe87 100644 (file)
 
 struct wl_buffer;
 
-static inline _EGLImage*
-dri2_fallback_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp,
-                               _EGLContext *ctx, EGLenum target,
-                               EGLClientBuffer buffer,
-                               const EGLint *attr_list)
-{
-   return NULL;
-}
-
 static inline EGLBoolean
 dri2_fallback_swap_buffers_with_damage(_EGLDriver *drv, _EGLDisplay *disp,
                                       _EGLSurface *surf,