Revision: 4096
http://svn.sourceforge.net/winmerge/?rev=4096&view=rev
Author: kimmov
Date: 2007-02-03 07:31:51 -0800 (Sat, 03 Feb 2007)
Log Message:
-----------
Remove unused enum definition
Modified Paths:
--------------
trunk/Src/Changes.txt
trunk/Src/PropCompare.h
Modified: trunk/Src/Changes.txt
===================================================================
--- trunk/Src/Changes.txt 2007-02-01 21:41:46 UTC (rev 4095)
+++ trunk/Src/Changes.txt 2007-02-03 15:31:51 UTC (rev 4096)
@@ -2,6 +2,10 @@
Add new items to top.
(This summarizes all changes to all files under Src, including Src\Languages.)
+2007-02-03 Kimmo
+ Remove unused enum definition
+ Src: PropCompare.h
+
2007-02-01 Kimmo
Remove unused parameter from CMainFrame::SyncFileToVCS()
Src: FileActionScript.cpp MainFrm.cpp MainFrm.h
Modified: trunk/Src/PropCompare.h
===================================================================
--- trunk/Src/PropCompare.h 2007-02-01 21:41:46 UTC (rev 4095)
+++ trunk/Src/PropCompare.h 2007-02-03 15:31:51 UTC (rev 4096)
@@ -35,7 +35,7 @@
{
// Construction
public:
- enum CompareMethod { BY_CONTENTS, BY_DATE};
+// enum CompareMethod { BY_CONTENTS, BY_DATE};
CPropCompare(COptionsMgr *optionsMgr);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|