diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-03 17:37:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-03 17:37:17 +0300 |
commit | 6e24fb4c04e26ae2804fea9134b3cd0fc1b1cfc3 (patch) | |
tree | fc2b5cd52c4bcc834fb8a156ca95d71890ada1c6 /protocols/Discord/src/proto.h | |
parent | 44014255930f7179b4f096b00e08893de48c7789 (diff) |
it's senseless to declare GetName member for the descendants of PROTO
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 83046a9c5c..ee9569781c 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -155,7 +155,6 @@ public: virtual int __cdecl OnEvent(PROTOEVENTTYPE, WPARAM, LPARAM) override; // Services - INT_PTR __cdecl GetName(WPARAM, LPARAM); INT_PTR __cdecl GetStatus(WPARAM, LPARAM); // Events |