]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.cc
better non-virtual metaIndex.LocalFileName() implementation
[apt.git] / apt-pkg / deb / debindexfile.cc
index 779c74abf96eb83e709e576ca002286d89cec67e..335f9d36ef2b043340fc075a22364941a208eda4 100644 (file)
@@ -452,19 +452,6 @@ string debTranslationsIndex::IndexURI(const char *Type) const
    return Res;
 }
                                                                        /*}}}*/
-// TranslationsIndex::GetIndexes - Fetch the index files               /*{{{*/
-// ---------------------------------------------------------------------
-/* */
-bool debTranslationsIndex::GetIndexes(pkgAcquire *Owner) const
-{
-   string const TranslationFile = string("Translation-").append(Language);
-   new pkgAcqIndex(Owner, IndexURI(Language),
-                   Info(TranslationFile.c_str()),
-                   TranslationFile, HashStringList());
-
-   return true;
-}
-                                                                       /*}}}*/
 // TranslationsIndex::Describe - Give a descriptive path to the index  /*{{{*/
 // ---------------------------------------------------------------------
 /* This should help the user find the index in the sources.list and