Remove unused RenderTarget::m_texture field

remotes/origin/work/zzag/workspace-no-client-list
Vlad Zahorodnii 3 years ago
parent c8ed324a3d
commit 301d749e74
  1. 1
      src/libkwineffects/rendertarget.h

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

Loading…
Cancel
Save