summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/Steam/captcha.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/Steam/captcha.h')
-rw-r--r--protocols/Steam/src/Steam/captcha.h18
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