summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-10-26 08:49:38 +0200
committerGitHub <noreply@github.com>2017-10-26 08:49:38 +0200
commitd135008acfc0772f81fce0877379ab1d37f9ed47 (patch)
tree8af9021c5de6de4190335f0e2d1c46a962a6b545 /core/script_language.h
parent8175a53cea1bd8986fb28873e261227a92c727dd (diff)
parent2609cc9ef428a9d7d054a06a9290c4d4963e726f (diff)
downloadredot-engine-d135008acfc0772f81fce0877379ab1d37f9ed47.tar.gz
Merge pull request #12405 from Jerome67000/clean_getnodetype
Removes Script::get_node_type() [ci skip]
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/script_language.h b/core/script_language.h
index c243ef781b..5da72d0492 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -107,8 +107,6 @@ public:
virtual bool is_tool() const = 0;
- virtual String get_node_type() const = 0;
-
virtual ScriptLanguage *get_language() const = 0;
virtual bool has_script_signal(const StringName &p_signal) const = 0;