summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/api
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-27 19:49:45 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-27 19:49:45 +0300
commit1b9a0663b03e8225afe0f5f40a4949dbd4adc798 (patch)
tree8ad74daaa962cb07d0466a203ad758cf39506c0d /protocols/Steam/src/api
parent02260169dc542a2134438ec5d24eda2eb146d486 (diff)
Steam: fix for avatars fetching
Diffstat (limited to 'protocols/Steam/src/api')
-rw-r--r--protocols/Steam/src/api/avatar.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/protocols/Steam/src/api/avatar.h b/protocols/Steam/src/api/avatar.h
deleted file mode 100644
index 4140583ead..0000000000
--- a/protocols/Steam/src/api/avatar.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _STEAM_REQUEST_AVATAR_H_
-#define _STEAM_REQUEST_AVATAR_H_
-
-struct GetAvatarRequest : public HttpRequest
-{
- GetAvatarRequest(const char *url) :
- HttpRequest(REQUEST_GET, url)
- {
- flags = NLHRF_HTTP11 | NLHRF_NODUMP;
- }
-};
-
-#endif //_STEAM_REQUEST_AVATAR_H_