render/egl: drop wlr_egl_is_current()

This is unused.
This commit is contained in:
Simon Ser 2024-02-22 19:48:06 +01:00
parent c31d307971
commit 54e1fefd2e
2 changed files with 0 additions and 6 deletions

View file

@ -105,6 +105,4 @@ bool wlr_egl_make_current(struct wlr_egl *egl, struct wlr_egl_context *save_cont
bool wlr_egl_unset_current(struct wlr_egl *egl);
bool wlr_egl_is_current(struct wlr_egl *egl);
#endif