From 8e26f05c7e150d5c728b4cdc7fb2e5a3b0aeebee Mon Sep 17 00:00:00 2001 From: MikalaiR <nikolay.romanovich@narod.ru> Date: Wed, 6 May 2015 14:14:33 +0000 Subject: SkypeWeb: Small fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@13461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_history_sync.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp index 0e394049b3..8ea67df14e 100644 --- a/protocols/SkypeWeb/src/skype_history_sync.cpp +++ b/protocols/SkypeWeb/src/skype_history_sync.cpp @@ -109,9 +109,6 @@ void CSkypeProto::OnGetServerHistory(const NETLIBHTTPREQUEST *response) //content=<partlist type="started" alt=""><part identity="username"><name>user name</name></part></partlist> int iType = 3, iDuration = 0; ptrA skypename(ContactUrlToName(from)); - bool isMe = IsMe(skypename); - if (isMe) - flags |= DBEF_SENT; HXML xml = xi.parseString(ptrT(mir_a2t(content)), 0, _T("partlist")); if (xml != NULL) { -- cgit v1.2.3