From 97ebaee0e21a70d92423819de0792ead09b2bc20 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 23 Mar 2013 18:31:20 -0400 Subject: [PATCH] wayland: Remove a few unused variables --- gdk/wayland/gdkdevice-wayland.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 800229cf0e..cc942ebe0d 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -106,8 +106,6 @@ typedef struct _GdkWaylandDeviceManagerClass GdkWaylandDeviceManagerClass; struct _GdkWaylandDeviceManager { GdkDeviceManager parent_object; - GdkDevice *core_pointer; - GdkDevice *core_keyboard; GList *devices; };