[Xcb] [PATCH 1/6] [XKB] Remove CountedString8

Peter Harris pharris at opentext.com
Wed Apr 10 16:27:41 PDT 2013


CountedString8 is never used.

Signed-off-by: Peter Harris <pharris at opentext.com>
---
 src/xkb.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/xkb.xml b/src/xkb.xml
index a6ef374..4c496bf 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">
-- 
1.7.2.5



More information about the Xcb mailing list