summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_history_sync.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-04-22 13:03:20 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-04-22 13:03:20 +0000
commit41d1850ad0b98adf32d5744aa2cdb7d04ddcad82 (patch)
tree65e53f0b2b4d529e66389066300cafdfbf768a15 /protocols/SkypeWeb/src/skype_history_sync.cpp
parentee37e1ee4aba1bf1dfae2a4018f50f16011babff (diff)
SkypeWeb: Cleanup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13034 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 ff0e6f9a0d..14bbf4baae 100644
--- a/protocols/SkypeWeb/src/skype_history_sync.cpp
+++ b/protocols/SkypeWeb/src/skype_history_sync.cpp
@@ -219,7 +219,6 @@ void CSkypeProto::OnSyncHistory(const NETLIBHTTPREQUEST *response)
{
skypename = ChatUrlToName(conversationLink);
isChat = true;
- JSONNODE *threadProperties = json_get(conversation, "threadProperties");
topic = json_as_string(json_get(threadProperties, "topic"));
StartChatRoom(_A2T(skypename), topic);
}