summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-08-24 15:02:26 +0200
committerGitHub <noreply@github.com>2018-08-24 15:02:26 +0200
commit571dab7d1e45168237041cb7814c6b2c176db2a1 (patch)
tree23b21944f1f49366c08448c2f907fecd3bb58beb /editor/plugins/shader_editor_plugin.cpp
parentcad24adb977982a776a3ff3246ed9a47268da38e (diff)
parente22f0515c9ecfc64027b98feb35f1493d468679b (diff)
downloadredot-engine-571dab7d1e45168237041cb7814c6b2c176db2a1.tar.gz
Merge pull request #21356 from akien-mga/drop-shadergraph
Drop old ShaderGraph code, obsoleted by VisualShader
Diffstat (limited to 'editor/plugins/shader_editor_plugin.cpp')
-rw-r--r--editor/plugins/shader_editor_plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/shader_editor_plugin.cpp b/editor/plugins/shader_editor_plugin.cpp
index 7d6fa38a89..5ee40dc90a 100644
--- a/editor/plugins/shader_editor_plugin.cpp
+++ b/editor/plugins/shader_editor_plugin.cpp
@@ -37,7 +37,6 @@
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
#include "editor/property_editor.h"
-#include "scene/resources/shader_graph.h"
#include "servers/visual/shader_types.h"
/*** SHADER SCRIPT EDITOR ****/