From c31d307971da6088c76fca9a057a6426cc59df22 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 22 Feb 2024 19:37:54 +0100 Subject: render/egl: drop wlr_egl_save_context() This is no longer used. --- include/render/egl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 @@ -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(). */ -- cgit v1.2.3