Remove unused variable Viewport::gui.last_mouse_focus

The last use was removed in January 2023
This commit is contained in:
Markus Sauermann
2024-05-01 11:20:40 +02:00
parent 26738ea20d
commit 792b38813f
2 changed files with 0 additions and 5 deletions

View File

@ -345,7 +345,6 @@ private:
bool key_event_accepted = false;
HashMap<int, ObjectID> touch_focus;
Control *mouse_focus = nullptr;
Control *last_mouse_focus = nullptr;
Control *mouse_click_grabber = nullptr;
BitField<MouseButtonMask> mouse_focus_mask;
Control *key_focus = nullptr;