From 4a6a4bdc73afab4c2c068704ea0eb2ef61b533fc Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 28 Sep 2013 16:32:10 +0200 Subject: [PATCH] Drop unused code Signed-off-by: Sven Strickroth --- src/TortoiseProc/FileDiffDlg.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/TortoiseProc/FileDiffDlg.cpp b/src/TortoiseProc/FileDiffDlg.cpp index c229dd8e9..724725948 100644 --- a/src/TortoiseProc/FileDiffDlg.cpp +++ b/src/TortoiseProc/FileDiffDlg.cpp @@ -353,24 +353,6 @@ UINT CFileDiffDlg::DiffThread() { SendMessage(WM_DISABLEBUTTONS); -#if 0 - bool bSuccess = true; - if (m_bDoPegDiff) - { -// bSuccess = DiffSummarizePeg(m_path1, m_peg, m_rev1, m_rev2, m_depth, m_bIgnoreancestry); - } - else - { -// bSuccess = DiffSummarize(m_path1, m_rev1, m_path2, m_rev2, m_depth, m_bIgnoreancestry); - } -// if (!bSuccess) -// { -// m_cFileList.ShowText(GetLastErrorMessage()); -// InterlockedExchange(&m_bThreadRunning, FALSE); -// return 0; -// } -#endif - if( m_rev1.m_CommitHash.IsEmpty() || m_rev2.m_CommitHash.IsEmpty()) g_Git.RefreshGitIndex(); -- 2.11.4.GIT