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.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/gdscript/gd_script.cpp') diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index cf6529d5ae..3f3818ffb9 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -609,11 +609,6 @@ Error GDScript::reload(bool p_keep_state) { return OK; } -String GDScript::get_node_type() const { - - return ""; // ? -} - ScriptLanguage *GDScript::get_language() const { return GDScriptLanguage::get_singleton(); -- cgit v1.2.3