summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/comm/mobilemsg/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/mobilemsg/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/noncore/comm/mobilemsg/main.cpp b/noncore/comm/mobilemsg/main.cpp
deleted file mode 100644
index f65d12e..0000000
--- a/noncore/comm/mobilemsg/main.cpp
+++ b/dev/null
@@ -1,12 +0,0 @@
-#include "mobilemsg.h"
-#include <qpe/qpeapplication.h>
-
-int main( int argc, char ** argv )
-{
- QPEApplication a( argc, argv );
-
- MobileMsg mw;
- a.showMainWidget( &mw );
-
- return a.exec();
-}