wayland: Remove a few unused variables

This commit is contained in:
Matthias Clasen 2013-03-23 18:31:20 -04:00
parent 9182eacadf
commit 97ebaee0e2

View File

@ -106,8 +106,6 @@ typedef struct _GdkWaylandDeviceManagerClass GdkWaylandDeviceManagerClass;
struct _GdkWaylandDeviceManager
{
GdkDeviceManager parent_object;
GdkDevice *core_pointer;
GdkDevice *core_keyboard;
GList *devices;
};