summaryrefslogtreecommitdiff
path: root/scene/2d/canvas_item.h
diff options
context:
space:
mode:
authorMarianoGNU <marianognu.easyrpg@gmail.com>2016-06-20 00:50:33 -0300
committerMarianoGNU <marianognu.easyrpg@gmail.com>2016-06-20 00:50:33 -0300
commit0f1a717c643f3353ed75051e2f432aacdefe0ed0 (patch)
tree8adf1694d1100897f4ee5e397983788033a24c7f /scene/2d/canvas_item.h
parent00bc06b50bb1c688e6481ae8fbfab0a758b83dad (diff)
Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.
Fixes #4678 && #4745
Diffstat (limited to 'scene/2d/canvas_item.h')
-rw-r--r--scene/2d/canvas_item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/2d/canvas_item.h b/scene/2d/canvas_item.h
index d915f742ec..8b44e09857 100644
--- a/scene/2d/canvas_item.h
+++ b/scene/2d/canvas_item.h
@@ -60,7 +60,6 @@ protected:
bool _get(const StringName& p_name,Variant &r_ret) const;
void _get_property_list( List<PropertyInfo> *p_list) const;
- void _shader_changed();
static void _bind_methods();
void get_argument_options(const StringName& p_function,int p_idx,List<String>*r_options) const;