summaryrefslogtreecommitdiffstats
path: root/scene/resources/texture.h
diff options
context:
space:
mode:
authorAaron Record <aaronjrecord@gmail.com>2021-11-07 12:35:10 -0700
committerAaron Record <aaronjrecord@gmail.com>2021-11-07 12:35:10 -0700
commitd3c35403290b1d306bc5c82648d9f48618d00f4d (patch)
tree5eb09442b1c614b4734ba374101c7bfa40a26494 /scene/resources/texture.h
parentf49d679de4a63f4649c58b91ece5b1915554359e (diff)
downloadredot-engine-d3c35403290b1d306bc5c82648d9f48618d00f4d.tar.gz
Remove redundant texture flag setters/getters for `CameraTexture`
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r--scene/resources/texture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h
index 51567124c6..e666ff06b5 100644
--- a/scene/resources/texture.h
+++ b/scene/resources/texture.h
@@ -900,9 +900,6 @@ public:
virtual RID get_rid() const override;
virtual bool has_alpha() const override;
- virtual void set_flags(uint32_t p_flags);
- virtual uint32_t get_flags() const;
-
virtual Ref<Image> get_image() const override;
void set_camera_feed_id(int p_new_id);