summaryrefslogtreecommitdiffstats
path: root/examples/embedded/lightmaps/lightmaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/lightmaps/lightmaps.cpp')
-rw-r--r--examples/embedded/lightmaps/lightmaps.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/embedded/lightmaps/lightmaps.cpp b/examples/embedded/lightmaps/lightmaps.cpp
index 2489ddc840..2b97abacd8 100644
--- a/examples/embedded/lightmaps/lightmaps.cpp
+++ b/examples/embedded/lightmaps/lightmaps.cpp
@@ -122,11 +122,6 @@ void LightMaps::paintEvent(QPaintEvent *event)
p.begin(this);
m_normalMap->render(&p, event->rect());
p.setPen(Qt::black);
-#if defined(Q_OS_SYMBIAN)
- QFont font = p.font();
- font.setPixelSize(13);
- p.setFont(font);
-#endif
p.drawText(rect(), Qt::AlignBottom | Qt::TextWordWrap,
"Map data CCBYSA 2009 OpenStreetMap.org contributors");
p.end();