apt-key del: Ignore case when checking if a keyid exists in a keyring.
[ntk/apt.git] / methods / http.h
index 5406ce4..1df9fa0 100644 (file)
@@ -124,9 +124,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);