egl: inline eglSwapInterval() fallback
[mesa.git] / src / egl / main / eglsurface.c
index 3a62ab3b32170fc545a5f03f02f7496788fff534..16a718aa09e692dbdbf024e559ca8cd9279e4206 100644 (file)
@@ -781,13 +781,6 @@ _eglReleaseTexImage(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer)
    return EGL_TRUE;
 }
 
-
-EGLBoolean
-_eglSwapInterval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval)
-{
-   return EGL_TRUE;
-}
-
 EGLBoolean
 _eglSurfaceHasMutableRenderBuffer(_EGLSurface *surf)
 {