--warning: remove unused class member

This commit is contained in:
Aleix Pol 2021-04-15 16:40:38 +02:00
parent 888a08530e
commit b49c7497fa
2 changed files with 0 additions and 2 deletions

View file

@ -1611,7 +1611,6 @@ QSharedPointer<GLTexture> OpenGLWindow::windowTexture()
OpenGLWindowPixmap::OpenGLWindowPixmap(Scene::Window *window, SceneOpenGL* scene) OpenGLWindowPixmap::OpenGLWindowPixmap(Scene::Window *window, SceneOpenGL* scene)
: WindowPixmap(window) : WindowPixmap(window)
, m_texture(scene->createTexture()) , m_texture(scene->createTexture())
, m_scene(scene)
{ {
} }

View file

@ -212,7 +212,6 @@ public:
bool isValid() const override; bool isValid() const override;
private: private:
QScopedPointer<SceneOpenGLTexture> m_texture; QScopedPointer<SceneOpenGLTexture> m_texture;
SceneOpenGL *m_scene;
}; };
class SceneOpenGL::EffectFrame class SceneOpenGL::EffectFrame