mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Remove unused ScriptLanguage
methods
This commit is contained in:
parent
0cd1483132
commit
bd5ab9f9b4
8 changed files with 0 additions and 73 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue