summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-28 08:55:02 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-28 08:55:02 +0100
commitbb96cfac44a77f89541a86fd8751fe1a279bfba4 (patch)
tree407ef5b86735946b98d877062c958c1f0eb29324 /src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
parent86adfe0dbec66773202fbf207d5182ac9596d257 (diff)
Wayland: remove un-necessary Fl_Wayland_Gl_Window_Driver::gl_event_queue
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
index c00df25ff..e30143468 100644
--- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.H
@@ -55,7 +55,6 @@ class Fl_Wayland_Gl_Window_Driver : public Fl_Gl_Window_Driver {
char *alpha_mask_for_string(const char *str, int n, int w, int h, Fl_Fontsize fs);
static EGLDisplay egl_display;
static EGLint configs_count;
- static struct wl_event_queue *gl_event_queue;
void init();
struct wl_egl_window *egl_window;
EGLSurface egl_surface;