From 2609cc9ef428a9d7d054a06a9290c4d4963e726f Mon Sep 17 00:00:00 2001 From: Jerome67000 Date: Wed, 25 Oct 2017 16:35:16 +0200 Subject: Removes Script::get_node_type() used before GDScript, with squirrel apparently --- modules/gdscript/gd_script.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gdscript/gd_script.h') 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); -- cgit v1.2.3