From: Rob Bradford Date: Fri, 13 Jan 2012 13:29:04 +0000 (+0000) Subject: wayland: Remove unused variables to silence compiler warning X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=fe3f275945ae8ce4749cd71db91a80c9a7dcb410;p=~andy%2Fgtk wayland: Remove unused variables to silence compiler warning --- diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 9ddf661fe..246baca9f 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -772,10 +772,6 @@ data_device_selection (void *data, struct wl_data_offer *offer) { GdkWaylandDevice *device = (GdkWaylandDevice *)data; - GdkDeviceManager *device_manager = - gdk_display_get_device_manager (device->display); - GdkDeviceManagerCore *device_manager_core = - GDK_DEVICE_MANAGER_CORE (device_manager); g_debug (G_STRLOC ": %s wl_data_device = %p wl_data_offer = %p", G_STRFUNC, wl_data_device, offer);