diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-03 15:46:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-03 15:46:32 +0100 |
| commit | eb91e909a7e2a4d905b1511de9cb53d949df82fc (patch) | |
| tree | 1e7076ccf434a4591b53a323544a17302c1ff7df /core/object/script_language.h | |
| parent | ecbf087324ce2621fc611a193245e7b0baf9660c (diff) | |
| parent | c1cc8fd87f221176b4201fda43a8231198075f0d (diff) | |
Merge pull request #72667 from KoBeWi/short-lived_function
Remove unused `has_global_classes()`
Diffstat (limited to 'core/object/script_language.h')
| -rw-r--r-- | core/object/script_language.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/object/script_language.h b/core/object/script_language.h index b1393c7196..14cc30e029 100644 --- a/core/object/script_language.h +++ b/core/object/script_language.h @@ -91,7 +91,6 @@ public: static void get_global_class_list(List<StringName> *r_global_classes); static void get_inheriters_list(const StringName &p_base_type, List<StringName> *r_classes); static void save_global_classes(); - static bool has_global_classes(); static String get_global_class_cache_file_path(); static void init_languages(); |