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