]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / deb / debindexfile.h
index 7bd7ea4f36ae178802f73be21db0f717802f9a18..a1b9583a44bb19070da01ef9cd3ed7a3475c2262 100644 (file)
@@ -74,35 +74,6 @@ class debPackagesIndex : public pkgIndexFile
    debPackagesIndex(string URI,string Dist,string Section,bool Trusted);
 };
 
-class debTranslationsIndex : public pkgIndexFile
-{
-   string URI;
-   string Dist;
-   string Section;
-   
-   string Info(const char *Type) const;
-   string IndexFile(const char *Type) const;
-   string IndexURI(const char *Type) const;
-
-   inline string TranslationFile() const {return "Translation-" + LanguageCode();};
-
-   public:
-   
-   virtual const Type *GetType() const;
-
-   // Interface for acquire
-   virtual string Describe(bool Short) const;   
-   virtual bool GetIndexes(pkgAcquire *Owner) const;
-   
-   // Interface for the Cache Generator
-   virtual bool Exists() const;
-   virtual bool HasPackages() const {return true;};
-   virtual unsigned long Size() const;
-   virtual bool Merge(pkgCacheGenerator &Gen,OpProgress &Prog) const;
-
-   debTranslationsIndex(string URI,string Dist,string Section);
-};
-
 class debSourcesIndex : public pkgIndexFile
 {
    string URI;