diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-29 20:26:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-29 20:26:01 +0300 |
commit | 22985cfd94e02d1308b1facd22359c863dcf8aba (patch) | |
tree | 7b4f251009d22c25a422f93fdc32eac815b38952 /protocols/SkypeWeb/src/skype_avatars.cpp | |
parent | 8d60f01ae16e88730284757f0a062300b63b2b2d (diff) |
unneded checks removed
Diffstat (limited to 'protocols/SkypeWeb/src/skype_avatars.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_avatars.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/skype_avatars.cpp b/protocols/SkypeWeb/src/skype_avatars.cpp index 2c71902fc4..82ffb3ca73 100644 --- a/protocols/SkypeWeb/src/skype_avatars.cpp +++ b/protocols/SkypeWeb/src/skype_avatars.cpp @@ -80,9 +80,6 @@ void CSkypeProto::OnReceiveAvatar(const NETLIBHTTPREQUEST *response, void *arg) void CSkypeProto::OnSentAvatar(const NETLIBHTTPREQUEST *response)
{
- if (response == nullptr)
- return;
-
JsonReply root(response);
if (root.error())
return;
|