diff options
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/methods/http.h b/methods/http.h index c98fe8e5f..40a88a7be 100644 --- a/methods/http.h +++ b/methods/http.h @@ -126,9 +126,6 @@ class HttpMethod : public ServerMethod public: virtual void SendReq(FetchItem *Itm); - /** \brief Try to AutoDetect the proxy */ - bool AutoDetectProxy(); - virtual bool Configuration(std::string Message); virtual ServerState * CreateServerState(URI uri); |