etherlab/ConfigEditor.py
changeset 2737 38afed869ff6
parent 2643 b98d9e08231f
child 3303 0ffb41625592
--- a/etherlab/ConfigEditor.py	Wed May 12 11:36:56 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 = ["#"]