diff options
| author | Rémi Verschelde | 2017-12-09 22:07:45 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-12-09 22:54:12 +0100 |
| commit | 626eebdec436b8ef232563c557175cccdf957e34 (patch) | |
| tree | 412d6c6d16f9947412fa6e756da447f3c834bf9e /core/class_db.h | |
| parent | 75d0aeb0e9250db729ddba56570386f7c10084af (diff) | |
| download | godot-626eebdec436b8ef232563c557175cccdf957e34.tar.gz godot-626eebdec436b8ef232563c557175cccdf957e34.tar.zst godot-626eebdec436b8ef232563c557175cccdf957e34.zip | |
Diffstat (limited to 'core/class_db.h')
| -rw-r--r-- | core/class_db.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/class_db.h b/core/class_db.h index b8b681301..55fe01ec6 100644 --- a/core/class_db.h +++ b/core/class_db.h @@ -349,8 +349,6 @@ public: static StringName get_category(const StringName &p_node); - static bool get_setter_and_type_for_property(const StringName &p_class, const StringName &p_prop, StringName &r_class, StringName &r_setter); - static void set_class_enabled(StringName p_class, bool p_enable); static bool is_class_enabled(StringName p_class); |
