summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_history_sync.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-06 14:14:33 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-06 14:14:33 +0000
commit8e26f05c7e150d5c728b4cdc7fb2e5a3b0aeebee (patch)
treef454354c6d691745da524d63bd683ee33e2cad37 /protocols/SkypeWeb/src/skype_history_sync.cpp
parentd1b31445c6f4a53627a025b43afb24603bc12dc2 (diff)
SkypeWeb: Small fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_history_sync.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_history_sync.cpp3
1 files changed, 0 insertions, 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)
{