diff -r b01126ce0bec -r ba63c83f4716 menufw/menufwui/mmwidgets/src/mmlistboxview.cpp --- a/menufw/menufwui/mmwidgets/src/mmlistboxview.cpp Wed Sep 15 12:00:00 2010 +0300 +++ b/menufw/menufwui/mmwidgets/src/mmlistboxview.cpp Wed Oct 13 14:18:30 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: - * Version : %version: MM_56 % << Don't touch! Updated by Synergy at check-out. + * Version : %version: MM_55 % << Don't touch! Updated by Synergy at check-out. * */ @@ -81,7 +81,6 @@ void CMmListBoxView::ConstructL () { iPreviouslyDrawnCurrentItemIndex = KErrNotFound; - iListCommingFromBackground = EFalse; } // ----------------------------------------------------------------------------- @@ -248,9 +247,8 @@ view->UpdateAverageItemHeight (); CMmListBoxModel* model = static_cast< CMmListBoxModel* > ( iModel ); - if( model && model->GetSuiteModel() - && !model->GetSuiteModel()->GetItemsOrder()->IsSuiteReadyToShow() - && !GetListCommingFromBackground() ) + if ( model && model->GetSuiteModel() + && !model->GetSuiteModel()->GetItemsOrder()->IsSuiteReadyToShow() ) { return; } @@ -632,23 +630,4 @@ iScrollToItemDisabled = aDisable; } -// ----------------------------------------------------------------------------- -// -// ----------------------------------------------------------------------------- -// -TBool CMmListBoxView::GetListCommingFromBackground() const - { - return iListCommingFromBackground; - } - -// ----------------------------------------------------------------------------- -// -// ----------------------------------------------------------------------------- -// -void CMmListBoxView::SetListCommingFromBackground( - TBool aCommingFromBackground ) - { - iListCommingFromBackground = aCommingFromBackground; - } - // End of file