Revision: 5442
http://winmerge.svn.sourceforge.net/winmerge/?rev=5442&view=rev
Author: kimmov
Date: 2008-06-05 22:20:49 -0700 (Thu, 05 Jun 2008)
Log Message:
-----------
PATCH: [ 1985982 ] Remove some unused forward declarations
Submitted by Marcel Gosselin
Modified Paths:
--------------
trunk/Src/Common/CMoveConstraint.h
trunk/Src/DiffThread.cpp
trunk/Src/DirScan.h
trunk/Src/FolderCmp.h
Modified: trunk/Src/Common/CMoveConstraint.h
===================================================================
--- trunk/Src/Common/CMoveConstraint.h 2008-06-05 23:18:46 UTC (rev 5441)
+++ trunk/Src/Common/CMoveConstraint.h 2008-06-06 05:20:49 UTC (rev 5442)
@@ -25,8 +25,6 @@
namespace prdlg {
-class ConstraintData;
-
/*!
\class CMoveConstraint
\brief Code to resize controls on a dialog (formview, propertypage)
@@ -260,3 +258,4 @@
#endif // CMoveConstraint_h
+
Modified: trunk/Src/DiffThread.cpp
===================================================================
--- trunk/Src/DiffThread.cpp 2008-06-05 23:18:46 UTC (rev 5441)
+++ trunk/Src/DiffThread.cpp 2008-06-06 05:20:49 UTC (rev 5442)
@@ -28,7 +28,6 @@
#include "diffthread.h"
#include "DirScan.h"
#include "Plugins.h"
-#include "DiffItemList.h"
#include "PathContext.h"
#include "CompareStats.h"
#include "IAbortable.h"
Modified: trunk/Src/DirScan.h
===================================================================
--- trunk/Src/DirScan.h 2008-06-05 23:18:46 UTC (rev 5441)
+++ trunk/Src/DirScan.h 2008-06-06 05:20:49 UTC (rev 5442)
@@ -12,9 +12,7 @@
#include <vector>
class CDiffContext;
-class DiffItemList;
class PathContext;
-class IAbortable;
struct DIFFITEM;
int DirScan_GetItems(const PathContext &paths, LPCTSTR leftsubdir,
Modified: trunk/Src/FolderCmp.h
===================================================================
--- trunk/Src/FolderCmp.h 2008-06-05 23:18:46 UTC (rev 5441)
+++ trunk/Src/FolderCmp.h 2008-06-06 05:20:49 UTC (rev 5442)
@@ -13,13 +13,9 @@
#include "DiffUtils.h"
#include "ByteCompare.h"
-//using namespace CompareEngines;
-
class CDiffContext;
-class IAbortable;
class PackingInfo;
class PrediffingInfo;
-//class CompareEngines::DiffUtils;
/**
* @brief Holds plugin-related paths and information.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|