From 9980dc6fa127cb5a2bfd806eae01f95f788a88a7 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:31:25 +0100 Subject: Remove unused variable --- src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx index ac634fa5c..6c1f301cf 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx @@ -1517,7 +1517,6 @@ int Fl_Wayland_Window_Driver::set_cursor_4args(const Fl_RGB_Image *rgb, int hotx xid->custom_cursor->rgb = rgb; xid->custom_cursor->hotx = hotx; xid->custom_cursor->hoty = hoty; - Fl_Wayland_Screen_Driver *scr_driver = (Fl_Wayland_Screen_Driver*)Fl::screen_driver(); return 1; } -- cgit v1.2.3