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.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/mono/csharp_script.cpp') diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index 43d2779e41..872e803b9c 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -92,11 +92,6 @@ String CSharpLanguage::get_extension() const { return "cs"; } -Error CSharpLanguage::execute_file(const String &p_path) { - // ?? - return OK; -} - void CSharpLanguage::init() { #ifdef DEBUG_METHODS_ENABLED if (OS::get_singleton()->get_cmdline_args().find("--class-db-json")) { -- cgit v1.2.3