diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 09384da56e..2da7fcb075 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -884,18 +884,6 @@ HANDLE CJabberProto::SendFile(MCONTACT hContact, const wchar_t *szDescription, w }
////////////////////////////////////////////////////////////////////////////////////////
-// receives a message
-
-MEVENT CJabberProto::RecvMsg(MCONTACT hContact, PROTORECVEVENT *pre)
-{
- MEVENT res = CSuper::RecvMsg(hContact, pre);
- if (pre->szMsgId)
- m_arChatMarks.insert(new CChatMark(res, pre->szMsgId, (const char*)pre->lParam));
-
- return res;
-}
-
-////////////////////////////////////////////////////////////////////////////////////////
// JabberSendMessage - sends a message
static char PGP_PROLOG[] = "-----BEGIN PGP MESSAGE-----\r\n\r\n";
|