From 59d3e0a8aa91452de46df3ae448f3cb499c5dce1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 3 Jun 2020 18:45:18 +0300 Subject: SkypeWeb: - fixes #2410 (Problems with (false) offline contacts in skype protocol); - more unused garbage wiped out; - version bump --- protocols/SkypeWeb/src/requests/status.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'protocols/SkypeWeb/src/requests/status.h') diff --git a/protocols/SkypeWeb/src/requests/status.h b/protocols/SkypeWeb/src/requests/status.h index 166b2e7bbe..9aafe49678 100644 --- a/protocols/SkypeWeb/src/requests/status.h +++ b/protocols/SkypeWeb/src/requests/status.h @@ -18,13 +18,6 @@ along with this program. If not, see . #ifndef _SKYPE_REQUEST_STATUS_H_ #define _SKYPE_REQUEST_STATUS_H_ -struct GetStatusRequest : public AsyncHttpRequest -{ - GetStatusRequest() : - AsyncHttpRequest(REQUEST_GET, HOST_DEFAULT, "/users/ME/contacts/ALL/presenceDocs/messagingService", &CSkypeProto::OnReceiveStatus) - {} -}; - struct SetStatusRequest : public AsyncHttpRequest { SetStatusRequest(const char *status) : -- cgit v1.2.3