From 1b46d55ac18d1bdb16ef3e69397e285e357f5cae Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 24 Jan 2017 21:05:18 +0100 Subject: [PATCH] Drop declaration of unused method Signed-off-by: Sven Strickroth --- src/Git/GitStatusListCtrl.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/Git/GitStatusListCtrl.h b/src/Git/GitStatusListCtrl.h index cb7f6ad40..3e7e14eba 100644 --- a/src/Git/GitStatusListCtrl.h +++ b/src/Git/GitStatusListCtrl.h @@ -1,6 +1,6 @@ // TortoiseGit - a Windows shell extension for easy version control -// Copyright (C) 2008-2016 - TortoiseGit +// Copyright (C) 2008-2017 - TortoiseGit // Copyright (C) 2003-2008, 2014 - TortoiseSVN // This program is free software; you can redistribute it and/or @@ -564,16 +564,6 @@ public: */ void WriteCheckedNamesToPathList(CTGitPathList& pathList); - /** fills in \a lMin and \a lMax with the lowest/highest revision of all - * files/folders in the working copy. - * \param bShownOnly if true, the min/max revisions are calculated only for shown items - * \param bCheckedOnly if true, the min/max revisions are calculated only for items - * which are checked. - * \remark Since an item can only be checked if it is visible/shown in the list control - * bShownOnly is automatically set to true if bCheckedOnly is true - */ - void GetMinMaxRevisions(git_revnum_t& rMin, git_revnum_t& rMax, bool bShownOnly, bool bCheckedOnly); - /** * Returns the parent directory of all entries in the control. * if \a bStrict is set to false, then the paths passed to the control -- 2.11.4.GIT