diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-09-17 16:58:49 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-09-17 16:58:49 +0300 |
| commit | 10e4d233d850c9fa7237174490e4e6d9bfd8e764 (patch) | |
| tree | ffc6c59a7ea8eb16ca1d103e43ec3f913b35697b /protocols/SkypeWeb/src/requests | |
| parent | 179f341b7b5be2b48e690c7f7289bd1ce3dc1739 (diff) | |
duplicate request eliminated
Diffstat (limited to 'protocols/SkypeWeb/src/requests')
| -rw-r--r-- | protocols/SkypeWeb/src/requests/chatrooms.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/SkypeWeb/src/requests/chatrooms.h b/protocols/SkypeWeb/src/requests/chatrooms.h index 0eb5571be7..81151fd97a 100644 --- a/protocols/SkypeWeb/src/requests/chatrooms.h +++ b/protocols/SkypeWeb/src/requests/chatrooms.h @@ -105,15 +105,6 @@ struct InviteUserToChatRequest : public AsyncHttpRequest }
};
-struct KickUserRequest : public AsyncHttpRequest
-{
- KickUserRequest(const char *chatId, const char *skypename) :
- AsyncHttpRequest(REQUEST_DELETE, HOST_DEFAULT)
- {
- m_szUrl.AppendFormat("/threads/%s/members/%s", chatId, skypename);
- }
-};
-
struct SetChatPropertiesRequest : public AsyncHttpRequest
{
SetChatPropertiesRequest(const char *chatId, const char *propname, const char *value) :
|
