editors/ResourceEditor.py
changeset 2737 38afed869ff6
parent 2432 dbc065a2f7a5
child 3303 0ffb41625592
--- a/editors/ResourceEditor.py	Wed May 12 11:36:56 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):