summaryrefslogtreecommitdiffstats
path: root/examples/network/fortuneclient/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/fortuneclient/main.cpp')
-rw-r--r--examples/network/fortuneclient/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/network/fortuneclient/main.cpp b/examples/network/fortuneclient/main.cpp
index bf3cec187f..f6c459ee90 100644
--- a/examples/network/fortuneclient/main.cpp
+++ b/examples/network/fortuneclient/main.cpp
@@ -45,11 +45,6 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
Client client;
-#ifdef Q_OS_SYMBIAN
- // Make application better looking and more usable on small screen
- client.showMaximized();
-#else
client.show();
-#endif
return client.exec();
}