diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-03 12:02:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-03 12:02:42 +0000 |
commit | e164ace17434d7f21bd831f41211a9515feebeda (patch) | |
tree | c5cfdd377e2425a1663c253df13891839505c6ee /protocols/SkypeWeb/src/skype_polling.cpp | |
parent | da3be6494951bc5cd88641f026cbddbf58fcc089 (diff) |
notification when cotact typing
git-svn-id: http://svn.miranda-ng.org/main/trunk@12587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_polling.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_polling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp index c9dda8f31a..668359667f 100644 --- a/protocols/SkypeWeb/src/skype_polling.cpp +++ b/protocols/SkypeWeb/src/skype_polling.cpp @@ -38,7 +38,6 @@ void CSkypeProto::ParsePollData(JSONNODE *data) {
continue;
}
-
}
}
}
|