Fix Windows debug builds

There's no such thing as GDK_TOUCH_CANCEL. The idea was dropped.
This commit is contained in:
Robin Gareus
2024-11-01 22:21:25 +01:00
parent c0c9d79325
commit e63693fb1c

View File

@@ -919,7 +919,6 @@ _gdk_win32_print_event (const GdkEvent *event)
CASE (GDK_TOUCH_BEGIN);
CASE (GDK_TOUCH_UPDATE);
CASE (GDK_TOUCH_END);
CASE (GDK_TOUCH_CANCEL);
#undef CASE
default: g_assert_not_reached ();
}