gdkevents: fix a compiler warning

This commit is contained in:
Cosimo Cecchi 2015-12-16 10:35:46 -08:00
parent 0291978acc
commit 990dc9961a

View File

@ -1634,7 +1634,6 @@ gdk_event_get_device (const GdkEvent *event)
case GDK_KEY_RELEASE:
{
GdkDisplay *display;
GdkDevice *client_pointer;
GdkSeat *seat;
g_warning ("Event with type %d not holding a GdkDevice. "