summaryrefslogtreecommitdiff
path: root/scene/resources/texture.cpp
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.cpp
parentf49d679de4a63f4649c58b91ece5b1915554359e (diff)
Remove redundant texture flag setters/getters for `CameraTexture`
Diffstat (limited to 'scene/resources/texture.cpp')
-rw-r--r--scene/resources/texture.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp
index 485074e283..ec6965ded2 100644
--- a/scene/resources/texture.cpp
+++ b/scene/resources/texture.cpp
@@ -2871,15 +2871,6 @@ RID CameraTexture::get_rid() const {
}
}
-void CameraTexture::set_flags(uint32_t p_flags) {
- // not supported
-}
-
-uint32_t CameraTexture::get_flags() const {
- // not supported
- return 0;
-}
-
Ref<Image> CameraTexture::get_image() const {
// not (yet) supported
return Ref<Image>();