diff -r 4167eb56f30d -r 12b82dc0e8db filemanager/src/filemanager/src/fmdriverview.cpp --- a/filemanager/src/filemanager/src/fmdriverview.cpp Thu Sep 02 17:00:51 2010 +0800 +++ b/filemanager/src/filemanager/src/fmdriverview.cpp Thu Sep 30 16:33:59 2010 +0800 @@ -71,12 +71,6 @@ action->setObjectName( "restoreAction" ); action->setText( hbTrId( "txt_fmgr_opt_restore" ) ); menu()->addAction( action ); - - action = new HbAction( this ); - action->setObjectName( "exitAction" ); - action->setText( hbTrId( "Exit" ) ); - menu()->addAction( action ); - } void FmDriverView::initDiskListWidget() @@ -140,11 +134,6 @@ } #endif -void FmDriverView::on_exitAction_triggered() -{ - qApp->quit(); -} - void FmDriverView::on_backupAction_triggered() { FmViewManager::viewManager()->createBackupView();