summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2013-11-13 16:21:22 -0500
committerArnaud Fontaine <arnau@debian.org>2013-11-18 18:29:03 +0900
commit969583f4dc0d4239da2b0cb505fafd4b9dcaac22 (patch)
tree8732a6ebc8a9ee4017d638687af6a9501f2ad167
parent7c85d67b1b2edc421d889f9c5c3873e163363e7a (diff)
Present: Remove reference to nonexistent enum
Signed-off-by: Peter Harris <pharris@opentext.com> Reviewed-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--src/present.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/present.xml b/src/present.xml
index 57e7cd3..a9adc2b 100644
--- a/src/present.xml
+++ b/src/present.xml
@@ -136,7 +136,7 @@ OF THIS SOFTWARE.
<event name="Generic" number="0">
<field type="CARD8" name="extension" />
<field type="CARD32" name="length" />
- <field type="CARD16" name="evtype" enum="EventType" />
+ <field type="CARD16" name="evtype" />
<pad bytes="2" />
<field type="EVENT" name="event" />
</event>