Remove unused struct definition
authorRan Benita <ran234@gmail.com>
Fri, 6 Apr 2012 02:02:35 +0000 (05:02 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 9 Apr 2012 12:56:20 +0000 (13:56 +0100)
Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/misc.c

index f48bcdc..85b1a1b 100644 (file)
@@ -218,14 +218,6 @@ AddCommonInfo(CommonInfo * old, CommonInfo * new)
 
 /***====================================================================***/
 
-typedef struct _KeyNameDesc
-{
-    xkb_atom_t level1;
-    xkb_atom_t level2;
-    char name[5];
-    Bool used;
-} KeyNameDesc;
-
 /**
  * Find the key with the given name and return its keycode in kc_rtrn.
  *