Remove unused device_spec
authorDaniel Stone <daniel@fooishbar.org>
Tue, 3 Apr 2012 12:47:08 +0000 (13:47 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 3 Apr 2012 14:12:03 +0000 (15:12 +0100)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/XKBcommonint.h
src/alloc.c

index ebe2c85..726f859 100644 (file)
@@ -397,7 +397,6 @@ struct xkb_desc {
     unsigned int        refcnt;
     unsigned int        defined;
     unsigned short      flags;
-    unsigned short      device_spec;
     xkb_keycode_t       min_key_code;
     xkb_keycode_t       max_key_code;
 
index 30af089..3685d9a 100644 (file)
@@ -268,7 +268,6 @@ XkbcAllocKeyboard(struct xkb_context *context)
     xkb->refcnt = 1;
     xkb_context_ref(context);
     xkb->context = context;
-    xkb->device_spec = XkbUseCoreKbd;
 
     return xkb;
 }