diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-09 17:24:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-09 17:24:13 +0300 |
commit | 3cc643812de9ad33f411ad936183d447be4fe51a (patch) | |
tree | 4dadf41cc48e7a52438d7e5f65dfc9d93a49af9c /protocols/Discord/src/proto.h | |
parent | 9be4904efc5dcbb6a180875c0b746170edff20e7 (diff) |
we don't need that hook anymore
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index b5293614ea..c3cbae6d4a 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -220,7 +220,6 @@ public: int __cdecl OnModulesLoaded(WPARAM, LPARAM); int __cdecl OnPreShutdown(WPARAM, LPARAM); int __cdecl OnOptionsInit(WPARAM, LPARAM); - int __cdecl OnSrmmEvent(WPARAM, LPARAM); // dispatch commands void OnCommandMessage(const JSONNode&); |