win32: Stop using MOD2..MOD5

These are going away in the GdkModifierType cleanup.
This commit is contained in:
Matthias Clasen
2020-04-05 10:07:32 -04:00
parent a7cc504bc2
commit 06e6af7641

View File

@@ -742,10 +742,6 @@ print_event_state (guint state)
CASE (LOCK);
CASE (CONTROL);
CASE (ALT);
CASE (MOD2);
CASE (MOD3);
CASE (MOD4);
CASE (MOD5);
CASE (BUTTON1);
CASE (BUTTON2);
CASE (BUTTON3);