diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-23 18:31:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-03-23 18:31:20 -0400 |
commit | 97ebaee0e21a70d92423819de0792ead09b2bc20 (patch) | |
tree | 6b2a1b2eefcdceee7fbf0d1d9d476482df64cf5c /gdk/wayland | |
parent | 9182eacadfb6fc1f190997dfaf9e2fa456e9b212 (diff) | |
download | gtk+-97ebaee0e21a70d92423819de0792ead09b2bc20.tar.gz |
wayland: Remove a few unused variables
Diffstat (limited to 'gdk/wayland')
-rw-r--r-- | gdk/wayland/gdkdevice-wayland.c | 2 |
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; }; |