diff options
Diffstat (limited to 'protocols/Steam/src/Steam/captcha.h')
-rw-r--r-- | protocols/Steam/src/Steam/captcha.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/protocols/Steam/src/Steam/captcha.h b/protocols/Steam/src/Steam/captcha.h deleted file mode 100644 index 6ad01048ca..0000000000 --- a/protocols/Steam/src/Steam/captcha.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _STEAM_CAPTCHA_H_
-#define _STEAM_CAPTCHA_H_
-
-namespace SteamWebApi
-{
- class GetCaptchaRequest : public HttpGetRequest
- {
- public:
- GetCaptchaRequest(const char *captchaId) :
- HttpGetRequest(STEAM_WEB_URL "/public/captcha.php?gid=%s", captchaId)
- {
- flags = NLHRF_HTTP11 | NLHRF_NODUMP;
- }
- };
-}
-
-
-#endif //_STEAM_CAPTCHA_H_
\ No newline at end of file |