svghmi/ui.py
branchwxPython4
changeset 3609 51a3d6f39944
parent 3573 1ee56fb544fc
parent 3594 30f7eade322f
child 3750 f62625418bff
--- a/svghmi/ui.py	Tue Sep 13 16:51:54 2022 +0200
+++ b/svghmi/ui.py	Tue Sep 13 16:53:15 2022 +0200
@@ -662,14 +662,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):