diff options
author | voidedWarranties <hi+github@voidedxd.xyz> | 2023-02-26 22:30:56 -0800 |
---|---|---|
committer | voidedWarranties <hi+github@voidedxd.xyz> | 2023-02-26 22:30:56 -0800 |
commit | bd5ab9f9b42ba0ee5cdda0947c3743ade075eaac (patch) | |
tree | 02fbad2343f6a37c756d0779465ff09a6309fc93 /modules/mono/csharp_script.cpp | |
parent | 0cd148313213e2923004be65bafd6a3781c917ec (diff) | |
download | redot-engine-bd5ab9f9b42ba0ee5cdda0947c3743ade075eaac.tar.gz |
Remove unused `ScriptLanguage` methods
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r-- | modules/mono/csharp_script.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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")) { |