diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-09-14 10:04:26 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-09-14 10:04:26 +0800 |
commit | 8cba772afc3ea1ddb95b3755baf8d39e0394a62d (patch) | |
tree | 27361ed7ca359c6be7a12fd6b9d65598ec1c3b54 /scene/resources/texture.h | |
parent | 7cdd8629ad4c2994c7882fe2c1dccd29ce5dec2c (diff) | |
download | redot-engine-8cba772afc3ea1ddb95b3755baf8d39e0394a62d.tar.gz |
Remove unused ImageTexture functions
* `_resource_path_changed()` does nothing
* `_reload_hook()` has been unused since the beginning of GLES3 renderer
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r-- | scene/resources/texture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h index f6b991c335..93f4e2de5a 100644 --- a/scene/resources/texture.h +++ b/scene/resources/texture.h @@ -98,8 +98,6 @@ protected: bool _get(const StringName &p_name, Variant &r_ret) const; void _get_property_list(List<PropertyInfo> *p_list) const; - void _reload_hook(const RID &p_hook); - virtual void _resource_path_changed() override; static void _bind_methods(); public: |