Remove unused RenderTarget::m_texture field

master
Vlad Zahorodnii 2 years ago
parent c8ed324a3d
commit 301d749e74

@ -36,7 +36,6 @@ public:
private:
QImage *m_image = nullptr;
GLFramebuffer *m_framebuffer = nullptr;
GLTexture *m_texture = nullptr;
QMatrix4x4 m_transformation;
};

Loading…
Cancel
Save