diff -r 78ad99c24f08 -r 420f6808bf21 photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerdelete.cpp --- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerdelete.cpp Tue May 25 12:42:31 2010 +0300 +++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlerdelete.cpp Wed Jun 09 09:41:51 2010 +0300 @@ -89,11 +89,6 @@ info.iMinSelectionLength = 1; info.iDisallowSystemItems = aIsContainerList; AddCommandL(info); - - TCommandInfo singleclkinfo(EGlxCmdSingleClickDelete); - singleclkinfo.iMinSelectionLength = 1; - singleclkinfo.iDisallowSystemItems = aIsContainerList; - AddCommandL(singleclkinfo); } // --------------------------------------------------------------------------- @@ -246,13 +241,7 @@ !fullscreenViewingMode) { return ETrue; - } - - if (EGlxCmdSingleClickDelete==aCommandId && 0 == aList.SelectionCount()) - { - return ETrue; - } - + } return EFalse; } //end of file