summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.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 /modules/gdscript/gd_script.h
parent8175a53cea1bd8986fb28873e261227a92c727dd (diff)
parent2609cc9ef428a9d7d054a06a9290c4d4963e726f (diff)
Merge pull request #12405 from Jerome67000/clean_getnodetype
Removes Script::get_node_type() [ci skip]
Diffstat (limited to 'modules/gdscript/gd_script.h')
-rw-r--r--modules/gdscript/gd_script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h
index 6573d6b345..e0d142014a 100644
--- a/modules/gdscript/gd_script.h
+++ b/modules/gdscript/gd_script.h
@@ -172,7 +172,6 @@ public:
virtual Error reload(bool p_keep_state = false);
- virtual String get_node_type() const;
void set_script_path(const String &p_path) { path = p_path; } //because subclasses need a path too...
Error load_source_code(const String &p_path);
Error load_byte_code(const String &p_path);