summaryrefslogtreecommitdiff
path: root/gdk/wayland
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-23 18:31:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-03-23 18:31:20 -0400
commit97ebaee0e21a70d92423819de0792ead09b2bc20 (patch)
tree6b2a1b2eefcdceee7fbf0d1d9d476482df64cf5c /gdk/wayland
parent9182eacadfb6fc1f190997dfaf9e2fa456e9b212 (diff)
downloadgtk+-97ebaee0e21a70d92423819de0792ead09b2bc20.tar.gz
wayland: Remove a few unused variables
Diffstat (limited to 'gdk/wayland')
-rw-r--r--gdk/wayland/gdkdevice-wayland.c2
1 files changed, 0 insertions, 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;
};