diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-24 15:02:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 15:02:26 +0200 |
commit | 571dab7d1e45168237041cb7814c6b2c176db2a1 (patch) | |
tree | 23b21944f1f49366c08448c2f907fecd3bb58beb /editor/editor_node.cpp | |
parent | cad24adb977982a776a3ff3246ed9a47268da38e (diff) | |
parent | e22f0515c9ecfc64027b98feb35f1493d468679b (diff) |
Merge pull request #21356 from akien-mga/drop-shadergraph
Drop old ShaderGraph code, obsoleted by VisualShader
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r-- | editor/editor_node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 0ca70c41fa..353dce5b20 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -108,7 +108,6 @@ #include "editor/plugins/script_editor_plugin.h" #include "editor/plugins/script_text_editor.h" #include "editor/plugins/shader_editor_plugin.h" -#include "editor/plugins/shader_graph_editor_plugin.h" #include "editor/plugins/skeleton_2d_editor_plugin.h" #include "editor/plugins/skeleton_editor_plugin.h" #include "editor/plugins/skeleton_ik_editor_plugin.h" |