mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove unused imports and code
This commit is contained in:
parent
10806bce1e
commit
a9f6bf8d89
15 changed files with 12 additions and 35 deletions
|
@ -335,8 +335,8 @@ class XmlOutput(OutputFormat):
|
|||
|
||||
elif isinstance(extension, ExtStyles):
|
||||
xml.start_tag("style")
|
||||
for prop in extension.children:
|
||||
xml.put_self_closing("class", name=prop.tokens["name"])
|
||||
for style in extension.children:
|
||||
xml.put_self_closing("class", name=style.name)
|
||||
xml.end_tag()
|
||||
|
||||
elif isinstance(extension, ExtSizeGroupWidgets):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue