From 33e1b8dda549630a6b782fa465b21f0c4f269280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Wed, 27 Apr 2011 17:52:51 +0200 Subject: Remove unused parameters in hellowindow. (cherry picked from commit 3d7f0d967ca1e7e76087d84efc67f5247b72dae6) --- examples/opengl/hellowindow/hellowindow.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'examples/opengl/hellowindow/hellowindow.h') diff --git a/examples/opengl/hellowindow/hellowindow.h b/examples/opengl/hellowindow/hellowindow.h index ffa1f7d552..b0adecbb10 100644 --- a/examples/opengl/hellowindow/hellowindow.h +++ b/examples/opengl/hellowindow/hellowindow.h @@ -21,9 +21,7 @@ private: void initialize(); void updateColor(); - GLuint m_uiTexture; - qreal m_fAngle; - qreal m_fScale; + qreal m_fAngle; bool m_showBubbles; void paintQtLogo(); void createGeometry(); @@ -32,9 +30,6 @@ private: void extrude(qreal x1, qreal y1, qreal x2, qreal y2); QVector vertices; QVector normals; - bool qtLogo; - int frames; - QTime time; QGLShaderProgram program; int vertexAttr; int normalAttr; -- cgit v1.2.3