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 --- core/script_language.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/script_language.h') diff --git a/core/script_language.h b/core/script_language.h index c243ef781..5da72d049 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; -- cgit v1.2.3-70-g09d2