diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-28 11:52:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 11:52:47 +0200 |
commit | 6d930bd270618aba2445e916e55dc3477cbb6f6c (patch) | |
tree | 3db1dd243536fb9bd67e40ea9465f75b5ddf5bbf /editor/editor_node.cpp | |
parent | 0767a1c3f5c690d1685265f35ce8a4d58800bbb1 (diff) | |
parent | a51f92273a4e3633b924bf002db31e9cf15bf8c1 (diff) |
Merge pull request #54342 from groud/remove_item_list_editor
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index b4980fe074..1904ac58b0 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -144,7 +144,6 @@ #include "editor/plugins/gpu_particles_collision_sdf_editor_plugin.h" #include "editor/plugins/gradient_editor_plugin.h" #include "editor/plugins/input_event_editor_plugin.h" -#include "editor/plugins/item_list_editor_plugin.h" #include "editor/plugins/light_occluder_2d_editor_plugin.h" #include "editor/plugins/lightmap_gi_editor_plugin.h" #include "editor/plugins/line_2d_editor_plugin.h" @@ -6960,7 +6959,6 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(CPUParticles2DEditorPlugin(this))); add_editor_plugin(memnew(CPUParticles3DEditorPlugin(this))); add_editor_plugin(memnew(ResourcePreloaderEditorPlugin(this))); - add_editor_plugin(memnew(ItemListEditorPlugin(this))); add_editor_plugin(memnew(Polygon3DEditorPlugin(this))); add_editor_plugin(memnew(CollisionPolygon2DEditorPlugin(this))); add_editor_plugin(memnew(TilesEditorPlugin(this))); |