Merge pull request #54735 from LightningAA/remove-camera-texture-flags
Remove redundant texture flag setters/getters for `CameraTexture`
This commit is contained in:
commit
ce634e03d5
2 changed files with 0 additions and 12 deletions
|
@ -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>();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue