Remove some unused code
This commit is contained in:
parent
6db9acabfc
commit
185762a8ff
@ -10,7 +10,7 @@ This extension is totally minimal. It will just clean the whole document from gr
|
|||||||
Author: Mario Voigt / FabLab Chemnitz
|
Author: Mario Voigt / FabLab Chemnitz
|
||||||
Mail: mario.voigt@stadtfabrikanten.org
|
Mail: mario.voigt@stadtfabrikanten.org
|
||||||
Date: 19.08.2020
|
Date: 19.08.2020
|
||||||
Last Patch: 18.04.2022
|
Last Patch: 23.04.2022
|
||||||
License: GNU GPL v3
|
License: GNU GPL v3
|
||||||
|
|
||||||
Thanks to Cyrille
|
Thanks to Cyrille
|
||||||
@ -26,9 +26,6 @@ class RemoveEmptyGroups(inkex.EffectExtension):
|
|||||||
if len(groups) == 0:
|
if len(groups) == 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
# used to track if we make changes
|
|
||||||
made_changes = False
|
|
||||||
|
|
||||||
# loop through groups
|
# loop through groups
|
||||||
for group in groups:
|
for group in groups:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user