1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Move deprecated has_named_classes from ScriptLanguage to ScriptLanguageExtension

This commit is contained in:
HolonProduction
2025-10-05 15:57:27 +02:00
parent 6d33ad2917
commit abeb9c654e
5 changed files with 2 additions and 11 deletions

View File

@@ -513,9 +513,6 @@ public:
}
String validate_path(const String &p_path) const override;
Script *create_script() const override;
#ifndef DISABLE_DEPRECATED
virtual bool has_named_classes() const override { return false; }
#endif
bool supports_builtin_mode() const override;
/* TODO? */ int find_function(const String &p_function, const String &p_code) const override {
return -1;