summaryrefslogtreecommitdiff
path: root/scene/resources/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r--scene/resources/texture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h
index 317756e313..3e8ac060c4 100644
--- a/scene/resources/texture.h
+++ b/scene/resources/texture.h
@@ -102,11 +102,6 @@ class ImageTexture : public Texture2D {
protected:
virtual void reload_from_file() override;
-
- 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;
-
static void _bind_methods();
public: