Revision: 3570
http://svn.sourceforge.net/winmerge/?rev=3570&view=rev
Author: kimmov
Date: 2006-09-16 00:14:04 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
Remove unused variable
Modified Paths:
--------------
trunk/Src/Changes.txt
trunk/Src/OpenDlg.cpp
Modified: trunk/Src/Changes.txt
===================================================================
--- trunk/Src/Changes.txt 2006-09-16 07:06:32 UTC (rev 3569)
+++ trunk/Src/Changes.txt 2006-09-16 07:14:04 UTC (rev 3570)
@@ -7,6 +7,8 @@
ShellExtension new files: ShellExtensionX64.def ShellExtensionX64.vcproj
Remove unused variable
Src/editlib: memcombo.cpp
+ Remove unused variable
+ Src: OpenDlg.cpp
2006-09-15 Kimmo
BUG: [ 1558839 ] ShellExtension does not compile as 64-bit
Modified: trunk/Src/OpenDlg.cpp
===================================================================
--- trunk/Src/OpenDlg.cpp 2006-09-16 07:06:32 UTC (rev 3569)
+++ trunk/Src/OpenDlg.cpp 2006-09-16 07:14:04 UTC (rev 3570)
@@ -446,8 +446,6 @@
*/
BOOL COpenDlg::SelectFile(CString& path, LPCTSTR initialPath)
{
- BOOL is_open = TRUE; // this method is only for common file open dialog
-
CString title;
VERIFY(title.LoadString(IDS_OPEN_TITLE));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|