diff -r ce1c7ad1f18b -r bcb43dc84c44 photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp --- a/photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp Mon Mar 15 12:40:30 2010 +0200 +++ b/photosgallery/viewframework/dataprovider/src/glxmedialistmulmodelproviderimpl.cpp Wed Mar 31 21:31:03 2010 +0300 @@ -199,9 +199,6 @@ TInt aEndIndex, MGlxMediaList* /*aList*/ ) { TRACER("CGlxMediaListMulModelProviderImpl::HandleItemRemovedL"); - // hack of making the flag iIsReleventAttribute to Etrue will be removed - // once the bug ESPK-7G6GJX - //iIsReleventAttribute = ETrue; RemoveItems( aStartIndex, aEndIndex - aStartIndex + 1 ); }