etherlab/ConfigEditor.py
branchsvghmi
changeset 3246 0e8dbc2c390e
parent 2643 b98d9e08231f
child 3303 0ffb41625592
--- a/etherlab/ConfigEditor.py	Thu May 20 12:16:51 2021 +0200
+++ b/etherlab/ConfigEditor.py	Mon May 24 14:33:54 2021 +0200
@@ -33,13 +33,6 @@
 [ETHERCAT_VENDOR, ETHERCAT_GROUP, ETHERCAT_DEVICE] = range(3)
 
 
-def AppendMenu(parent, help, id, kind, text):
-    if wx.VERSION >= (2, 6, 0):
-        parent.Append(help=help, id=id, kind=kind, text=text)
-    else:
-        parent.Append(helpString=help, id=id, kind=kind, item=text)
-
-
 def GetVariablesTableColnames(position=False):
     _ = NoTranslate
     colname = ["#"]