Remove useless assignment wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 13 Aug 2022 16:12:39 +0200
branchwxPython4
changeset 3583 27e7679ddb99
parent 3582 7dcd0de97e6f
child 3584 8a54fd58a552
Remove useless assignment
controls/VariablePanel.py
--- a/controls/VariablePanel.py	Fri Aug 12 16:52:15 2022 +0200
+++ b/controls/VariablePanel.py	Sat Aug 13 16:12:39 2022 +0200
@@ -572,7 +572,6 @@
 
         self.PanelWidthMin = sum(self.ColSettings["size"])
 
-        self.ElementType = element_type
         self.BodyType = None
 
         for choice in self.FilterChoices: