Index: src/libchcore/TPathContainer.h =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/libchcore/TPathContainer.h (.../TPathContainer.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/libchcore/TPathContainer.h (.../TPathContainer.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -20,7 +20,6 @@ #define __TPATHCONTAINER_H__ #include "TPath.h" -#include "TConfig.h" namespace chcore { @@ -44,9 +43,6 @@ size_t GetCount() const; bool IsEmpty() const; - void StoreInConfig(TConfig& rConfig, PCTSTR pszPropName) const; - bool ReadFromConfig(const TConfig& rConfig, PCTSTR pszPropName); - private: #pragma warning(push) #pragma warning(disable: 4251) @@ -55,6 +51,4 @@ }; } -CONFIG_MEMBER_SERIALIZATION(TPathContainer) - #endif