OSDN Git Service

PATCH: [ 977479 ] Delete non-functional line in CPatchDlg::SaveSettings()
authorKimmo Varis <kimmov@gmail.com>
Tue, 22 Jun 2004 15:30:35 +0000 (15:30 +0000)
committerKimmo Varis <kimmov@gmail.com>
Tue, 22 Jun 2004 15:30:35 +0000 (15:30 +0000)
Src/PatchDlg.cpp
Src/readme.txt

index e8e45fb..9aa97df 100644 (file)
@@ -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);
index b4e7ae0..03362d7 100644 (file)
@@ -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