summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2012-01-13 13:29:04 +0000
committerRob Bradford <rob@linux.intel.com>2012-01-13 16:50:47 +0000
commitfe3f275945ae8ce4749cd71db91a80c9a7dcb410 (patch)
tree6c1698997693451b9f86c77f79525f18a9be926e /gdk
parent0e10fae36c176cc0ed1557b71cb65f54e76cc770 (diff)
downloadgtk+-fe3f275945ae8ce4749cd71db91a80c9a7dcb410.tar.gz
wayland: Remove unused variables to silence compiler warning
Diffstat (limited to 'gdk')
-rw-r--r--gdk/wayland/gdkdevice-wayland.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 9ddf661fe9..246baca9fa 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);