diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-22 23:05:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-22 23:05:16 +0000 |
commit | 12d71cc476065d21cc53321cf5ea57e29b4cc124 (patch) | |
tree | 4bcdf851b81c80012c8382abd37bfd22311150f3 /protocols/VKontakte/src/vk_proto.cpp | |
parent | 23e051890486c96ce377b6578a028b9f8787c338 (diff) |
- PROTO_INTERFACE got the default implementation;
- all unneeded stubs removed from all protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@12481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.cpp')
-rw-r--r-- | protocols/VKontakte/src/vk_proto.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp index 2c13cc782a..b2465541dd 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -620,13 +620,3 @@ int CVkProto::GetInfo(MCONTACT hContact, int) RetrieveUserInfo(userID);
return 0;
}
-
-//////////////////////////////////////////////////////////////////////////////
-MCONTACT CVkProto::AddToListByEvent(int, int, MEVENT) { return NULL; }
-int CVkProto::AuthRecv(MCONTACT, PROTORECVEVENT *) { return 1; }
-int CVkProto::RecvContacts(MCONTACT, PROTORECVEVENT *) { return 1; }
-int CVkProto::RecvUrl(MCONTACT, PROTORECVEVENT *) { return 1; }
-int CVkProto::SendContacts(MCONTACT, int, int, MCONTACT*) { return 1; }
-int CVkProto::SendUrl(MCONTACT, int, const char*) { return 1; }
-int CVkProto::SetApparentMode(MCONTACT, int) { return 1; }
-//////////////////////////////////////////////////////////////////////////////
\ No newline at end of file |