Commit d116aaef9fc2e8014685fee21bc42c0de227313e

Ran Benita 2012-04-06T05:02:35

Remove unused struct definition Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/src/xkbcomp/misc.c b/src/xkbcomp/misc.c
index f48bcdc..85b1a1b 100644
--- a/src/xkbcomp/misc.c
+++ b/src/xkbcomp/misc.c
@@ -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.
  *