Remove unused ScriptLanguage methods
This commit is contained in:
@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user