summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_history_sync.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-26 12:51:25 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-26 12:51:25 +0000
commitaed7583d1b058a421d95d34719ec398bd40bd760 (patch)
tree3f99cc9cb915283febcf772e0b73b5967e3a4e57 /protocols/SkypeWeb/src/skype_history_sync.cpp
parent8ff5ba190f6d71a4ecabbdd953dbaec8631649ea (diff)
SkypeWeb:
Contacts removing. git-svn-id: http://svn.miranda-ng.org/main/trunk@13167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_history_sync.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_history_sync.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp
index 8621cce056..7b1607a834 100644
--- a/protocols/SkypeWeb/src/skype_history_sync.cpp
+++ b/protocols/SkypeWeb/src/skype_history_sync.cpp
@@ -196,7 +196,6 @@ void CSkypeProto::OnSyncHistory(const NETLIBHTTPREQUEST *response)
char *conversationLink = mir_t2a(json_as_string(json_get(lastMessage, "conversationLink")));
time_t composeTime(IsoToUnixTime(ptrT(json_as_string(json_get(lastMessage, "conversationLink")))));
- bool isChat = false;
ptrA skypename;
TCHAR *topic;