Index: src/ch/task.h
===================================================================
diff -u -N -r2457755b4084e3d1c80a8e7c77c9f0996312941b -r7432c718864166ac332355d3c0d3a106a969ab1d
--- src/ch/task.h	(.../task.h)	(revision 2457755b4084e3d1c80a8e7c77c9f0996312941b)
+++ src/ch/task.h	(.../task.h)	(revision 7432c718864166ac332355d3c0d3a106a969ab1d)
@@ -287,12 +287,6 @@
 
 	// feedback
 	chcore::IFeedbackHandler* m_piFeedbackHandler;
-	int m_iIdentical;
-	int m_iDestinationLess;
-	int m_iDestinationGreater;
-	int m_iMissingInput;
-	int m_iOutputError;
-	int m_iMoveFile;
 
 	// ptr to count of currently started tasks
 	LONG* m_plFinished;
@@ -356,7 +350,6 @@
 	CProcessingException(int iType, CTask* pTask) { m_iType=iType; m_pTask=pTask; m_dwError=0; };
 	CProcessingException(int iType, CTask* pTask, UINT uiFmtID, DWORD dwError, ...);
 	CProcessingException(int iType, CTask* pTask, DWORD dwError, const tchar_t* pszDesc);
-	void Cleanup();
 
 	// Implementation
 public: