mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-09 05:58:25 +02:00
c_client.py: remove unused params in c_accessors
Signed-off-by: Robert Knutsson <zybreak@gmail.com>
This commit is contained in:
parent
f7a682495e
commit
9a09ae7ad2
1 changed files with 0 additions and 1 deletions
|
|
@ -512,7 +512,6 @@ def _c_type_setup(self, name, postfix):
|
|||
# special: switch C structs get pointer fields for variable-sized members
|
||||
_c_complex(self)
|
||||
for bitcase in self.bitcases:
|
||||
bitcase_name = bitcase.type.name if bitcase.type.has_name else name
|
||||
_c_accessors(bitcase.type)
|
||||
# no list with switch as element, so no call to
|
||||
# _c_iterator(field.type, field_name) necessary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue