Remove unused RenderTarget::m_texture field
This commit is contained in:
parent
c8ed324a3d
commit
301d749e74
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ public:
|
|||
private:
|
||||
QImage *m_image = nullptr;
|
||||
GLFramebuffer *m_framebuffer = nullptr;
|
||||
GLTexture *m_texture = nullptr;
|
||||
QMatrix4x4 m_transformation;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue