diff options
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);
|
