svghmi/ui.py
changeset 3594 30f7eade322f
parent 3499 72ee59ff959c
child 3609 51a3d6f39944
--- a/svghmi/ui.py	Fri Aug 19 10:22:16 2022 +0200
+++ b/svghmi/ui.py	Tue Aug 23 12:19:44 2022 +0200
@@ -648,14 +648,6 @@
         for path in paths:
             self.AddPathToSignature(path)
 
-        # # TODO DEAD CODE ?
-        # for widget in widgets:
-        #     widget_type = widget.get("type")
-        #     for path in widget.iterchildren("path"):
-        #         path_value = path.get("value")
-        #         path_accepts = map(
-        #             str.strip, path.get("accepts", '')[1:-1].split(','))
-
         self.main_panel.SetupScrolling(scroll_x=False)
 
     def GetWidgetParams(self, _context):