diff options
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 7bfd1425e9..1623cbafa6 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -80,7 +80,6 @@ void CopyId(const CMStringW &nick); SnowFlake getId(const JSONNode &pNode);
CMStringW getName(const JSONNode &pNode);
CMStringW getNick(const JSONNode &pNode);
-CMStringW PrepareMessageText(const JSONNode &pRoot);
int StrToStatus(const CMStringW &str);
time_t StringToDate(const CMStringW &str);
int SerialNext(void);
|