diff options
Diffstat (limited to 'protocols/Steam/src/api/avatar.h')
-rw-r--r-- | protocols/Steam/src/api/avatar.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/Steam/src/api/avatar.h b/protocols/Steam/src/api/avatar.h deleted file mode 100644 index 28e573d9d1..0000000000 --- a/protocols/Steam/src/api/avatar.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _STEAM_REQUEST_AVATAR_H_
-#define _STEAM_REQUEST_AVATAR_H_
-
-class GetAvatarRequest : public HttpRequest
-{
-public:
- GetAvatarRequest(const char *url) :
- HttpRequest(REQUEST_GET, url)
- {
- flags = NLHRF_HTTP11 | NLHRF_NODUMP;
- }
-};
-
-#endif //_STEAM_REQUEST_AVATAR_H_
|