diff -r 7282b40374b0 -r 7b19c363ef9c etherlab/ConfigEditor.py --- a/etherlab/ConfigEditor.py Mon May 31 10:08:02 2021 +0200 +++ b/etherlab/ConfigEditor.py Mon May 31 10:10:00 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 = ["#"]