]> Pileus Git - ~andy/gtk/commitdiff
wayland: Remove unused variables to silence compiler warning
authorRob Bradford <rob@linux.intel.com>
Fri, 13 Jan 2012 13:29:04 +0000 (13:29 +0000)
committerRob Bradford <rob@linux.intel.com>
Fri, 13 Jan 2012 16:50:47 +0000 (16:50 +0000)
gdk/wayland/gdkdevice-wayland.c

index 9ddf661fe9d952680074c9185570c7856eeb44b5..246baca9faf32433818481f5bcbc903ff6dc9d8a 100644 (file)
@@ -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);