--warning: remove unused class member
This commit is contained in:
parent
888a08530e
commit
b49c7497fa
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue