aboutsummaryrefslogtreecommitdiff
path: root/include/render/egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/render/egl.h')
-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);