summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/puzzle/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/puzzle/mainwindow.cpp')
-rw-r--r--examples/draganddrop/puzzle/mainwindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/draganddrop/puzzle/mainwindow.cpp b/examples/draganddrop/puzzle/mainwindow.cpp
index c00892a098..800213e442 100644
--- a/examples/draganddrop/puzzle/mainwindow.cpp
+++ b/examples/draganddrop/puzzle/mainwindow.cpp
@@ -138,11 +138,7 @@ void MainWindow::setupWidgets()
{
QFrame *frame = new QFrame;
QHBoxLayout *frameLayout = new QHBoxLayout(frame);
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_SIMULATOR)
- puzzleWidget = new PuzzleWidget(260);
-#else
puzzleWidget = new PuzzleWidget(400);
-#endif
piecesList = new PiecesList(puzzleWidget->pieceSize(), this);