Index: src/libchcore/TPath.cpp
===================================================================
diff -u -N -r9ddf8fdd5f641491dd30c49eb90f8f740314b6af -rfadd6c9c628de875716d96c3a497b5bc6c8dca8a
--- src/libchcore/TPath.cpp	(.../TPath.cpp)	(revision 9ddf8fdd5f641491dd30c49eb90f8f740314b6af)
+++ src/libchcore/TPath.cpp	(.../TPath.cpp)	(revision fadd6c9c628de875716d96c3a497b5bc6c8dca8a)
@@ -28,40 +28,12 @@
 #include "TPathContainer.h"
 #include "../libstring/TStringArray.h"
 
+#define DEFAULT_PATH_SEPARATOR _T("\\")
+
 using namespace string;
 
 namespace chcore
 {
-#define DEFAULT_PATH_SEPARATOR _T("\\")
-
-	// ============================================================================
-	/// TSmartPath::TSmartPath
-	/// @date 2009/11/29
-	///
-	/// @brief     Constructs an empty path.
-	// ============================================================================
-	TSmartPath::TSmartPath() :
-		m_strPath()
-	{
-	}
-
-	// ============================================================================
-	/// TSmartPath::~TSmartPath
-	/// @date 2009/11/29
-	///
-	/// @brief     
-	/// @return    
-	// ============================================================================
-	TSmartPath::~TSmartPath()
-	{
-	}
-
-	// ============================================================================
-	/// TSmartPath::Clear
-	/// @date 2009/11/29
-	///
-	/// @brief     Clears this object.
-	// ============================================================================
 	void TSmartPath::Clear() throw()
 	{
 		m_strPath.Clear();