diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 15:46:09 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 15:46:09 +0000 |
commit | 63055c7d28e3f878ae9ab6b1edbdb1025083fa77 (patch) | |
tree | a5d31ce353551f499059a423609651dee4e6b66c /protocols/SkypeWeb/src/skype_polling.cpp | |
parent | aff7ba10e6572a394b47f160674bcdee7d32e13b (diff) |
SkypeWeb: TRouter support part 1.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13244 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_polling.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_polling.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp index caa14eaa0c..0c42d62d1c 100644 --- a/protocols/SkypeWeb/src/skype_polling.cpp +++ b/protocols/SkypeWeb/src/skype_polling.cpp @@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "common.h"
-#define POLLING_ERRORS_LIMIT 3
-
void CSkypeProto::ParsePollData(JSONNODE *data)
{
debugLogA("CSkypeProto::ParsePollData");
|