render/egl: drop wlr_egl_save_context()

This is no longer used.
This commit is contained in:
Simon Ser 2024-02-22 19:37:54 +01:00
parent d5556ec78f
commit c31d307971
2 changed files with 4 additions and 15 deletions

View file

@ -90,13 +90,6 @@ bool wlr_egl_destroy_image(struct wlr_egl *egl, EGLImageKHR image);
int wlr_egl_dup_drm_fd(struct wlr_egl *egl);
/**
* Save the current EGL context to the structure provided in the argument.
*
* This includes display, context, draw surface and read surface.
*/
void wlr_egl_save_context(struct wlr_egl_context *context);
/**
* Restore EGL context that was previously saved using wlr_egl_save_current().
*/