You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unused ScriptLanguage methods
This commit is contained in:
@@ -2027,11 +2027,6 @@ String GDScriptLanguage::get_extension() const {
|
||||
return "gd";
|
||||
}
|
||||
|
||||
Error GDScriptLanguage::execute_file(const String &p_path) {
|
||||
// ??
|
||||
return OK;
|
||||
}
|
||||
|
||||
void GDScriptLanguage::finish() {
|
||||
if (_call_stack) {
|
||||
memdelete_arr(_call_stack);
|
||||
|
||||
Reference in New Issue
Block a user