just some cleanup.

This commit is contained in:
AJ Kelly
2010-07-22 11:12:38 -05:00
parent ac0dd0789d
commit 5d06f50cbd
8 changed files with 112 additions and 124 deletions
+1 -2
View File
@@ -50,14 +50,13 @@ struct DateTime
static DateTime GetNowDateTime();
static DateTime GetNowDate(); // GetNowDateTime() with time chopped off
void StripTime();
RString GetString() const;
bool FromString( const RString sDateTime );
};
#endif
/*