Remove unused variable

This commit is contained in:
ManoloFLTK 2023-03-13 12:31:25 +01:00
parent 3edab90f38
commit 9980dc6fa1

View File

@ -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;
}