diff options
Diffstat (limited to 'protocols/Twitter/src/proto.h')
-rw-r--r-- | protocols/Twitter/src/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h index ba2773a18c..af14d07b04 100644 --- a/protocols/Twitter/src/proto.h +++ b/protocols/Twitter/src/proto.h @@ -161,7 +161,6 @@ public: HANDLE SearchBasic(const wchar_t *) override;
HANDLE SearchByEmail(const wchar_t *) override;
- MEVENT RecvMsg(MCONTACT hContact, PROTORECVEVENT *) override;
int SendMsg(MCONTACT, int, const char *) override;
int SetStatus(int) override;
|