Index: src/libchcore/TBasePathData.h =================================================================== diff -u -N -rd88274a4bbfd4ef005d44c4d179b7596cb627486 -r1e687d59f0e622a610cbf97cf79febd12641d159 --- src/libchcore/TBasePathData.h (.../TBasePathData.h) (revision d88274a4bbfd4ef005d44c4d179b7596cb627486) +++ src/libchcore/TBasePathData.h (.../TBasePathData.h) (revision 1e687d59f0e622a610cbf97cf79febd12641d159) @@ -35,12 +35,7 @@ public: TBasePathData(); TBasePathData(const TBasePathData& rEntry); -/* - void SetMove(bool bValue) { m_bMove = bValue; } - bool GetMove() const { return m_bMove; } -*/ - bool GetSkipFurtherProcessing() const { return m_bSkipFurtherProcessing; } void SetSkipFurtherProcessing(bool bSkipFurtherProcessing) { m_bSkipFurtherProcessing = bSkipFurtherProcessing; } @@ -52,7 +47,6 @@ void Serialize(TWriteBinarySerializer& rSerializer, bool bData); private: - //bool m_bMove; // specifies if we can use MoveFile (if will be moved) bool m_bSkipFurtherProcessing; // specifies if the path should be (or not) processed further TSmartPath m_pathDst; // dest path };