summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2019-11-02 14:45:10 +0100
committerUli Schlachter <psychon@znc.in>2019-11-02 14:45:10 +0100
commit7540642b342dbadac06583b3520f6b135e280f9c (patch)
tree8d2a928566ba6b714363652d05646d089d7bb530
parentbd7a481a3bee9283277badda95730f52185127bc (diff)
downloadxcb-proto-7540642b342dbadac06583b3520f6b135e280f9c.tar.gz
Removed unused member "fds"
According to git grep '\.fds', this does not appear anywhere else in xcb-proto or libxcb. Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--xcbgen/xtypes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/xcbgen/xtypes.py b/xcbgen/xtypes.py
index 1e270ae..0fa420b 100644
--- a/xcbgen/xtypes.py
+++ b/xcbgen/xtypes.py
@@ -506,7 +506,6 @@ class ComplexType(Type):
self.nmemb = 1
self.size = 0
self.lenfield_parent = [self]
- self.fds = []
# get required_start_alignment
required_start_align_element = elt.find("required_start_align")