X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ffd2dd93a640b47663ebdccc4fda00b426b3db71..a2d40703e4a5590a689ace4466f92e590434944d:/methods/http.h 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);