diff options
author | Peter Harris <pharris@opentext.com> | 2013-04-10 18:59:57 -0400 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2013-04-16 14:37:05 -0400 |
commit | 01f8c3298493d2e0d3264b54c58254c705fd9865 (patch) | |
tree | 925aaff27622d693c42eba7ba28af67f6166a28d | |
parent | 7265cbb3a9b546a84cfbbb9a172a19e5d92b6e52 (diff) |
XKB: Remove CountedString8
CountedString8 is never used.
Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r-- | src/xkb.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/xkb.xml b/src/xkb.xml index c260720..5207c22 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -384,13 +384,6 @@ authorization from the authors. </list> </struct> - <struct name="CountedString8"> - <field name="length" type="CARD8" /> - <list name="string" type="CARD8"> - <fieldref>length</fieldref> - </list> - </struct> - <struct name="CountedString16"> <field name="length" type="CARD16" /> <list name="string" type="CARD8"> |