]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
[apt.git] / methods / http.h
index c98fe8e5fbfba2f5a4c07c88f5b7bd68aa9c7a57..40a88a7be03b3a8e254b981ca6711f833c8173e7 100644 (file)
@@ -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);