Remove unused variable

This commit is contained in:
David Capello 2024-12-07 13:35:45 -03:00
parent 4f0335f887
commit 99dad9f349
2 changed files with 1 additions and 2 deletions

2
laf

@ -1 +1 @@
Subproject commit ab00537fd787e988990ca430a9440bcf61c937b1
Subproject commit 4766fd95801af52b904146e79e5d89a916de49de

View File

@ -40,7 +40,6 @@ bool multi_displays = false;
// Current mouse cursor type.
static CursorType mouse_cursor_type = kOutsideDisplay;
static const Cursor* mouse_cursor_custom = nullptr;
static const Cursor* mouse_cursor = nullptr;
static Display* mouse_display = nullptr;
static bool use_native_mouse_cursor = true;