diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:43:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:43:12 +0000 |
commit | b894583716289087a7144fd770d1a5f96bca82cd (patch) | |
tree | ac384f58ed34c6f4209781d2334bd62641b87e0f /protocols/SkypeWeb/src/skype_proto.cpp | |
parent | dbea29eeae016a4a48b91b954f3a4e93ca4072f7 (diff) |
unused code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp index 26628255b3..bbe1dbdcf4 100644 --- a/protocols/SkypeWeb/src/skype_proto.cpp +++ b/protocols/SkypeWeb/src/skype_proto.cpp @@ -180,11 +180,6 @@ int CSkypeProto::GetInfo(MCONTACT hContact, int) return 0;
}
-int CSkypeProto::RecvMsg(MCONTACT hContact, PROTORECVEVENT *pre)
-{
- return SaveMessageToDb(hContact, pre);
-}
-
int CSkypeProto::SendMsg(MCONTACT hContact, int flags, const char *msg)
{
return OnSendMessage(hContact, flags, msg);
|