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/mono/csharp_script.h | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/mono/csharp_script.h') diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index 6021555255..02c354f74e 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -413,7 +413,6 @@ public: /* LANGUAGE FUNCTIONS */ String get_type() const override; String get_extension() const override; - Error execute_file(const String &p_path) override; void init() override; void finish() override; -- cgit v1.2.3