[gtk+] wayland: Remove unused variables to silence compiler warning



commit fe3f275945ae8ce4749cd71db91a80c9a7dcb410
Author: Rob Bradford <rob linux intel com>
Date:   Fri Jan 13 13:29:04 2012 +0000

    wayland: Remove unused variables to silence compiler warning

 gdk/wayland/gdkdevice-wayland.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 9ddf661..246baca 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]