diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-31 19:48:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-31 19:48:57 +0300 |
commit | 7bb41bcc7824ab4ae248992df3ac82e6b148720f (patch) | |
tree | e150a54654f8735e0540ce92b79a521c68037e66 /protocols/VKontakte/src/vk_proto.h | |
parent | bdd6a8a6b981a019e6818230077567b4fb51604c (diff) |
useless wrappers removed & replaced with PROTO_INTERFACE method calls
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.h')
-rw-r--r-- | protocols/VKontakte/src/vk_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index 1a53fd325f..8b7abdbb8a 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -61,7 +61,6 @@ struct CVkProto : public PROTO<CVkProto> virtual HANDLE __cdecl SearchBasic(const wchar_t *id);
virtual HANDLE __cdecl SearchByEmail(const wchar_t *email);
virtual HANDLE __cdecl SearchByName(const wchar_t *nick, const wchar_t *firstName, const wchar_t *lastName);
- virtual int __cdecl RecvMsg(MCONTACT hContact, PROTORECVEVENT*);
virtual int __cdecl SendMsg(MCONTACT hContact, int flags, const char *msg);
virtual HANDLE __cdecl SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles);
virtual int __cdecl SetStatus(int iNewStatus);
|