OSDN Git Service

Remove commented out lines
authorKimmo Varis <kimmov@gmail.com>
Tue, 20 Feb 2007 16:26:52 +0000 (16:26 +0000)
committerKimmo Varis <kimmov@gmail.com>
Tue, 20 Feb 2007 16:26:52 +0000 (16:26 +0000)
Src/Changes.txt
Src/DiffWrapper.cpp

index d3ea747..83a6268 100644 (file)
@@ -8,6 +8,8 @@ Add new items to top.
    resource.h
   Src/editlib: ccrystaltextview.cpp
   Src/Languages/*: Merge*.rc
+ Remove commented out lines
+  Src: DiffWrapper.cpp
 
 2007-02-19 Kimmo
  PATCH: [ 1663012 ] Fix total count for compare progress dialog
index 049447e..3a58f17 100644 (file)
@@ -21,7 +21,7 @@
  *
  * @date  Created: 2003-08-22
  */
-// RCS ID line follows -- this is updated by CVS
+// ID line follows -- this is updated by SVN
 // $Id$
 
 #include "stdafx.h"
@@ -160,7 +160,6 @@ void CDiffWrapper::GetOptions(DIFFOPTIONS *options)
        DIFFOPTIONS tmpOptions = {0};
        m_options.GetAsDiffOptions(tmpOptions);
        *options = tmpOptions;
-//     InternalGetOptions(options);
 }
 
 /**
@@ -173,7 +172,6 @@ void CDiffWrapper::SetOptions(const DIFFOPTIONS *options)
 {
        ASSERT(options);
        m_options.SetFromDiffOptions(*options);
-//     InternalSetOptions(options);
 }
 
 /**
@@ -815,7 +813,6 @@ BOOL CDiffWrapper::RunFileDiff()
                strFile2Temp.Empty();
        }
 
-//     SwapToGlobalSettings();
        return bRet;
 }