1
0
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:
voidedWarranties
2023-02-26 22:30:56 -08:00
parent 0cd1483132
commit bd5ab9f9b4
8 changed files with 0 additions and 73 deletions

View File

@@ -413,7 +413,6 @@ public:
/* LANGUAGE FUNCTIONS */
String get_type() const override;
String get_extension() const override;
Error execute_file(const String &p_path) override;
void init() override;
void finish() override;