diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-13 12:31:25 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-13 12:31:25 +0100 |
| commit | 9980dc6fa127cb5a2bfd806eae01f95f788a88a7 (patch) | |
| tree | fa71bf042b9274bb34776b5c314c3a56eaf1c811 /src | |
| parent | 3edab90f38093b40669ea4e84e8253ab3a4885b7 (diff) | |
Remove unused variable
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | 1 |
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; } |
