summaryrefslogtreecommitdiffstats
path: root/examples/effects/lighting/lighting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/lighting/lighting.cpp')
-rw-r--r--examples/effects/lighting/lighting.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/effects/lighting/lighting.cpp b/examples/effects/lighting/lighting.cpp
index 4532fafe25..3c9fed7ec7 100644
--- a/examples/effects/lighting/lighting.cpp
+++ b/examples/effects/lighting/lighting.cpp
@@ -136,7 +136,4 @@ void Lighting::animate()
void Lighting::resizeEvent(QResizeEvent */*event*/)
{
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
- fitInView(sceneRect(), Qt::KeepAspectRatio);
-#endif
}