Revision: 3572
http://svn.sourceforge.net/winmerge/?rev=3572&view=rev
Author: kimmov
Date: 2006-09-16 00:48:38 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
Remove unused variable
Modified Paths:
--------------
trunk/Src/Changes.txt
trunk/Src/FileActionScript.cpp
Modified: trunk/Src/Changes.txt
===================================================================
--- trunk/Src/Changes.txt 2006-09-16 07:38:48 UTC (rev 3571)
+++ trunk/Src/Changes.txt 2006-09-16 07:48:38 UTC (rev 3572)
@@ -11,6 +11,8 @@
Src: OpenDlg.cpp
Fix typecasting warnings
Src: locality.cpp locality.h MergeDoc.cpp
+ Remove unused variable
+ Src: FileActionScript.cpp
2006-09-15 Kimmo
BUG: [ 1558839 ] ShellExtension does not compile as 64-bit
Modified: trunk/Src/FileActionScript.cpp
===================================================================
--- trunk/Src/FileActionScript.cpp 2006-09-16 07:38:48 UTC (rev 3571)
+++ trunk/Src/FileActionScript.cpp 2006-09-16 07:48:38 UTC (rev 3572)
@@ -87,7 +87,6 @@
*/
int FileActionScript::VCSCheckOut(const CString &path, BOOL &bApplyToAll)
{
- CMainFrame *pMf = dynamic_cast<CMainFrame*>(AfxGetMainWnd());
CString strErr;
int retVal = SCRIPT_SUCCESS;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|