remove ToString() and ToWString() returning C strings as they aren't used anyway

This commit is contained in:
unK
2008-10-01 18:46:56 +02:00
parent aba3373da7
commit e6b7e22485
2 changed files with 4 additions and 4 deletions

View File

@@ -51,8 +51,8 @@ typedef void (*GetStringHelper)();
typedef std::pair<Color, Color> ColorPair;
typedef std::pair<int, int> Coordinates;
char * ToString(const wchar_t *);
wchar_t * ToWString(const char *);
//char * ToString(const wchar_t *);
//wchar_t * ToWString(const char *);
string ToString(const wstring &);
wstring ToWString(const string &);