Fix Clang warnings on Windows

Fixes #37490.
This commit is contained in:
Rémi Verschelde
2020-04-01 15:35:00 +02:00
parent e53cbba36c
commit 516b3bb88f
7 changed files with 19 additions and 10 deletions

View File

@ -266,7 +266,6 @@ class DisplayServerWindows : public DisplayServer {
bool shift_mem = false;
bool control_mem = false;
bool meta_mem = false;
bool force_quit = false;
uint32_t last_button_state = 0;
bool use_raw_input = false;
bool drop_events = false;