summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/geometry/geometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/geometry/geometry.cpp')
-rw-r--r--examples/qt3d/geometry/geometry.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/qt3d/geometry/geometry.cpp b/examples/qt3d/geometry/geometry.cpp
index 870d68d57..a54b7ca75 100644
--- a/examples/qt3d/geometry/geometry.cpp
+++ b/examples/qt3d/geometry/geometry.cpp
@@ -133,13 +133,8 @@ Geometry::Geometry(QObject *parent, QGLMaterialCollection *materials)
{ { u4, v9 }, { u5, v8 }, { u4, v7 } } // L-G-B
};
-#ifdef Q_OS_SYMBIAN
- const int imgSize = 256;
- const int txtSize = 6;
-#else
const int imgSize = 1024;
const int txtSize = 36;
-#endif
QImage uv(imgSize, imgSize, QImage::Format_ARGB32);
uv.fill(qRgba(196, 196, 196, 196));