mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gdkevents: fix a compiler warning
This commit is contained in:
parent
0291978acc
commit
990dc9961a
@ -1634,7 +1634,6 @@ gdk_event_get_device (const GdkEvent *event)
|
|||||||
case GDK_KEY_RELEASE:
|
case GDK_KEY_RELEASE:
|
||||||
{
|
{
|
||||||
GdkDisplay *display;
|
GdkDisplay *display;
|
||||||
GdkDevice *client_pointer;
|
|
||||||
GdkSeat *seat;
|
GdkSeat *seat;
|
||||||
|
|
||||||
g_warning ("Event with type %d not holding a GdkDevice. "
|
g_warning ("Event with type %d not holding a GdkDevice. "
|
||||||
|
Loading…
Reference in New Issue
Block a user