Revision: 5643
http://winmerge.svn.sourceforge.net/winmerge/?rev=5643&view=rev
Author: kimmov
Date: 2008-07-19 20:23:58 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
Remove unused member variable (LONG m_nModifications).
Modified Paths:
--------------
trunk/Src/MergeEditView.cpp
trunk/Src/MergeEditView.h
Modified: trunk/Src/MergeEditView.cpp
===================================================================
--- trunk/Src/MergeEditView.cpp 2008-07-19 20:12:14 UTC (rev 5642)
+++ trunk/Src/MergeEditView.cpp 2008-07-19 20:23:58 UTC (rev 5643)
@@ -73,7 +73,6 @@
, m_pLocationView(NULL)
, m_hLocationview(NULL)
, m_nThisPane(0)
-, m_nModifications(0)
, m_piMergeEditStatus(0)
, m_bAutomaticRescan(FALSE)
, fTimerWaitingForIdle(0)
Modified: trunk/Src/MergeEditView.h
===================================================================
--- trunk/Src/MergeEditView.h 2008-07-19 20:12:14 UTC (rev 5642)
+++ trunk/Src/MergeEditView.h 2008-07-19 20:23:58 UTC (rev 5643)
@@ -108,7 +108,6 @@
* then these indexes are changed.
*/
int m_nThisPane;
- LONG m_nModifications;
IMergeEditStatus * m_piMergeEditStatus; /**< interface to status bar */
protected:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|