summaryrefslogtreecommitdiffstats
path: root/examples/opengl/shared/qtlogo.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2013-09-14 15:49:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-14 23:40:18 +0200
commit51cffbdcb7f2a88c3cde381fa6ca704fd723c242 (patch)
treeb73c157f5d82937dfa6744a259caf5212ce103e3 /examples/opengl/shared/qtlogo.cpp
parent6827728d5ac0e878cf330ecaea09a0cb21a7424d (diff)
examples: remove unused static const variables
They cause warnings on Clang. Change-Id: If599303f4a00c2a24f0a7c369299f3ea6fe7fc91 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'examples/opengl/shared/qtlogo.cpp')
-rw-r--r--examples/opengl/shared/qtlogo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/opengl/shared/qtlogo.cpp b/examples/opengl/shared/qtlogo.cpp
index ea175234ae..608f5b3f2b 100644
--- a/examples/opengl/shared/qtlogo.cpp
+++ b/examples/opengl/shared/qtlogo.cpp
@@ -49,10 +49,7 @@
static const qreal tee_height = 0.311126;
static const qreal cross_width = 0.25;
static const qreal bar_thickness = 0.113137;
-static const qreal inside_diam = 0.20;
-static const qreal outside_diam = 0.30;
static const qreal logo_depth = 0.10;
-static const int num_divisions = 32;
//! [0]
struct Geometry