diff options
author | rune-scape <spartacrafter@gmail.com> | 2024-09-04 20:11:06 -0700 |
---|---|---|
committer | rune-scape <spartacrafter@gmail.com> | 2024-09-09 13:30:02 -0700 |
commit | 0dde931bc95e6781190af0ba31fc2ab3af22c3bc (patch) | |
tree | ed1a48ed800a9903c30d300cef8f7bb95712b777 /scene/main/window.h | |
parent | 27552a2f26adcdba579cd804197de3942e8cb0ec (diff) | |
download | redot-engine-0dde931bc95e6781190af0ba31fc2ab3af22c3bc.tar.gz |
StringName: Fix empty hash
+Fixed compat hashes
Diffstat (limited to 'scene/main/window.h')
-rw-r--r-- | scene/main/window.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scene/main/window.h b/scene/main/window.h index 33d593711f..84d2febe51 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -247,10 +247,6 @@ protected: void _notification(int p_what); static void _bind_methods(); -#ifndef DISABLE_DEPRECATED - static void _bind_compatibility_methods(); -#endif - bool _set(const StringName &p_name, const Variant &p_value); bool _get(const StringName &p_name, Variant &r_ret) const; void _get_property_list(List<PropertyInfo> *p_list) const; |