summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/geometry/geometry.cpp
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-07-20 17:07:36 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-20 09:12:21 +0200
commite57220fa8d0527ba6684eba415f1a578852b19a3 (patch)
treefd7797784b0ff22498eca8546b933fa7ecf94b8e /examples/qt3d/geometry/geometry.cpp
parent33f1bd964423010a3ef8000936e7be6ed6786ed4 (diff)
Remove all Symbian code from the repo.
We continue with Symbian for the Qt4 program but since Qt5 support for symbian is not implemented and if it is will likely look very different, remove this code for now. Change-Id: Iced82075e37e3685f7247a7558c298adb54e10ef Reviewed-on: http://codereview.qt.nokia.com/1863 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
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));