summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-13 12:31:25 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-13 12:31:25 +0100
commit9980dc6fa127cb5a2bfd806eae01f95f788a88a7 (patch)
treefa71bf042b9274bb34776b5c314c3a56eaf1c811 /src
parent3edab90f38093b40669ea4e84e8253ab3a4885b7 (diff)
Remove unused variable
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
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;
}