diff -r a81b72ef156c -r 38afed869ff6 etherlab/ConfigEditor.py --- 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 = ["#"]