summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r--protocols/Discord/src/stdafx.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h
index 1a2cbc3278..7e04081d2c 100644
--- a/protocols/Discord/src/stdafx.h
+++ b/protocols/Discord/src/stdafx.h
@@ -66,17 +66,6 @@ extern IconItem g_iconList[];
#include "version.h"
#include "proto.h"
-struct SINT64_PARAM : public PARAM
-{
- int64_t iValue;
- __forceinline SINT64_PARAM(const char *_name, int64_t _value) :
- PARAM(_name), iValue(_value)
- {
- }
-};
-
-JSONNode& operator<<(JSONNode &json, const SINT64_PARAM &param);
-
/////////////////////////////////////////////////////////////////////////////////////////
void BuildStatusList(const CDiscordGuild *pGuild, SESSION_INFO *si);