X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f732cca1a45def35db5f88444b22c1485125bfde..d6df222d8edb3e38401affcee2a4e5eba605da32:/apt-pkg/indexcopy.h diff --git a/apt-pkg/indexcopy.h b/apt-pkg/indexcopy.h index 7778ae595..4dcb2b46d 100644 --- a/apt-pkg/indexcopy.h +++ b/apt-pkg/indexcopy.h @@ -70,17 +70,6 @@ class SourceCopy : public IndexCopy public: }; -class TranslationsCopy -{ - protected: - pkgTagSection *Section; - - public: - bool CopyTranslations(string CDROM,string Name,vector &List, - pkgCdromStatus *log); -}; - - class SigVerify { bool Verify(string prefix,string file, indexRecords *records); @@ -92,6 +81,4 @@ class SigVerify vector PkgList,vector SrcList); }; - - #endif