From bd5ab9f9b42ba0ee5cdda0947c3743ade075eaac Mon Sep 17 00:00:00 2001 From: voidedWarranties Date: Sun, 26 Feb 2023 22:30:56 -0800 Subject: Remove unused `ScriptLanguage` methods --- modules/gdscript/gdscript.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gdscript/gdscript.h') diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h index 82d04f641c..0117ed40ab 100644 --- a/modules/gdscript/gdscript.h +++ b/modules/gdscript/gdscript.h @@ -473,7 +473,6 @@ public: virtual void init() override; virtual String get_type() const override; virtual String get_extension() const override; - virtual Error execute_file(const String &p_path) override; virtual void finish() override; /* EDITOR FUNCTIONS */ -- cgit v1.2.3