From 7142bf0fb6d6d7d400aa7f23be84b59893fda0f9 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Tue, 22 Jun 2004 15:30:35 +0000 Subject: [PATCH] PATCH: [ 977479 ] Delete non-functional line in CPatchDlg::SaveSettings() --- Src/PatchDlg.cpp | 1 - Src/readme.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Src/PatchDlg.cpp b/Src/PatchDlg.cpp index e8e45fbbf..9aa97dfae 100644 --- a/Src/PatchDlg.cpp +++ b/Src/PatchDlg.cpp @@ -544,7 +544,6 @@ void CPatchDlg::LoadSettings() */ void CPatchDlg::SaveSettings() { - int patchStyle = m_outputStyle; theApp.WriteProfileInt(_T("PatchCreator"), _T("PatchStyle"), m_outputStyle); theApp.WriteProfileInt(_T("PatchCreator"), _T("ContextLines"), m_contextLines); theApp.WriteProfileInt(_T("PatchCreator"), _T("CaseSensitive"), m_caseSensitive); diff --git a/Src/readme.txt b/Src/readme.txt index b4e7ae08e..03362d7cb 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -1,6 +1,8 @@ 2004-06-22 Kimmo PATCH: [ 977475 ] Log DeleteFile() failure in FileTransform.cpp Src: FileTransform.cpp + PATCH: [ 977479 ] Delete non-functional line in CPatchDlg::SaveSettings() + Src: PatchDlg.cpp 2004-06-21 Kimmo BUG: [ 974662 ] Inconsistent menutexts for dircompare column dialog -- 2.11.0