diff -r 84c6623982f6 -r ed07dcc72692 cmmanager/cpdestinationplugin/src/cpdestinationentryitem.cpp --- a/cmmanager/cpdestinationplugin/src/cpdestinationentryitem.cpp Fri Sep 17 08:32:43 2010 +0300 +++ b/cmmanager/cpdestinationplugin/src/cpdestinationentryitem.cpp Mon Oct 04 00:43:42 2010 +0300 @@ -151,8 +151,7 @@ if (mDestinationId != 0 && mAps->count() > 1) { HbToolBar *tb = view->toolBar(); HbIcon arrangeIcon("qtg_mono_sort"); - HbAction *arrangeAction - = tb->addAction(arrangeIcon, "", this, SLOT(activateArrangeMode())); + (void) tb->addAction(arrangeIcon, "", this, SLOT(activateArrangeMode())); } OstTraceFunctionExit0(CPDESTINATIONENTRYITEMDATA_CREATESETTINGVIEW_EXIT); return view; @@ -656,8 +655,7 @@ // Toolbar HbToolBar *tb = view->toolBar(); HbIcon okIcon("qtg_mono_tick"); - HbAction *doneAction - = tb->addAction(okIcon, "", this, SLOT(viewDone())); + (void) tb->addAction(okIcon, "", this, SLOT(viewDone())); OstTraceFunctionExit0(CPDESTINATIONENTRYITEMDATA_CREATEARRANGEMODEVIEW_EXIT); }