]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.h
remove exposing {MetaIndexInfo,MetaIndexFile,MetaIndexURI} again as this is package...
[apt.git] / apt-pkg / metaindex.h
index 14715422778f09c398ed5947a5f798b8dc5712ae..18a90a29da868bd009e5e8da343a324c2477d4c7 100644 (file)
@@ -36,10 +36,6 @@ class metaIndex
 
    // interface to to query it
 #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13)
-   virtual std::string MetaIndexInfo(const char *Type) const {return "";};
-   virtual std::string MetaIndexFile(const char *Types) const {return "";};
-   virtual std::string MetaIndexURI(const char *Type) const {return "";};
-
    // returns the path of the local file (or "" if its not available)
    virtual std::string LocalFileName() const {return "";};
 #endif