diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/egl.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 8cb48e02..7374e86d 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -47,16 +47,4 @@ EGLDisplay wlr_egl_get_display(struct wlr_egl *egl); */ EGLContext wlr_egl_get_context(struct wlr_egl *egl); -/** - * Make the EGL context current. - * - * Callers are expected to clear the current context when they are done by - * calling wlr_egl_unset_current(). - */ -bool wlr_egl_make_current(struct wlr_egl *egl); - -bool wlr_egl_unset_current(struct wlr_egl *egl); - -bool wlr_egl_is_current(struct wlr_egl *egl); - #endif |