diff -r 65326cf895ed -r f5c50b8af68c filemanager/App/inc/CFileManagerViewBase.h --- a/filemanager/App/inc/CFileManagerViewBase.h Wed Sep 01 12:31:07 2010 +0100 +++ b/filemanager/App/inc/CFileManagerViewBase.h Tue Sep 14 20:57:31 2010 +0300 @@ -276,21 +276,6 @@ void CmdDeleteL(); /** - * Marks all markable items in list. - */ - void CmdMarkAllL(); - - /** - * Unmarks all marked items in list. - */ - void CmdUnmarkAllL(); - - /** - * Changes mark status of currently focused item. - */ - void CmdToggleMarkL(); - - /** * Creates new folder to currently active directory. */ void CmdNewFolderL();