dialogs/LDPowerRailDialog.py
changeset 1251 d9ed42e44a50
parent 1250 7e6de17c687a
child 1259 8350222a81c3
--- a/dialogs/LDPowerRailDialog.py	Wed Jun 12 11:01:27 2013 +0200
+++ b/dialogs/LDPowerRailDialog.py	Wed Jun 12 11:32:44 2013 +0200
@@ -94,7 +94,6 @@
         Get minimal graphic element size
         @return: Tuple containing minimal size (width, height) or None if no
         element defined
-        May be overridden by inherited classes
         """
         return (2, LD_LINE_SIZE * self.PinNumber.GetValue())