diff -r c441181247cf -r 0e8dbc2c390e editors/ResourceEditor.py --- a/editors/ResourceEditor.py Thu May 20 12:16:51 2021 +0200 +++ b/editors/ResourceEditor.py Mon May 24 14:33:54 2021 +0200 @@ -43,14 +43,8 @@ # ------------------------------------------------------------------------------- -[ - ID_CONFIGURATIONEDITOR, -] = [wx.NewId() for _init_ctrls in range(1)] - - class ConfigurationEditor(EditorPanel): - ID = ID_CONFIGURATIONEDITOR VARIABLE_PANEL_TYPE = "config" def GetBufferState(self):