Remove some unused code

This commit is contained in:
Mario Voigt 2022-04-23 23:59:44 +02:00
parent 6db9acabfc
commit 185762a8ff
1 changed files with 1 additions and 4 deletions

View File

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