aboutsummaryrefslogtreecommitdiff
path: root/include/render
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-02-22 19:37:54 +0100
committerSimon Ser <contact@emersion.fr>2024-02-23 18:52:48 +0100
commitc31d307971da6088c76fca9a057a6426cc59df22 (patch)
tree661b9606d3d40d37392719aa105e13f5a54e77d3 /include/render
parentd5556ec78f65c286ae281a17d7b6b2ddc38c4c00 (diff)
render/egl: drop wlr_egl_save_context()
This is no longer used.
Diffstat (limited to 'include/render')
-rw-r--r--include/render/egl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/render/egl.h b/include/render/egl.h
index 3467ac59..89b61f0f 100644
--- a/include/render/egl.h
+++ b/include/render/egl.h
@@ -91,13 +91,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().
*/
bool wlr_egl_restore_context(struct wlr_egl_context *context);