Remove libzim's wrapper.

It is time to remove them. They are deprecated since 10.0.0
This commit is contained in:
Matthieu Gautier
2022-06-22 17:50:31 +02:00
committed by Emmanuel Engelhart
parent 12e0fb6934
commit 69931fb347
21 changed files with 14 additions and 1848 deletions

View File

@ -223,7 +223,6 @@ class Library
Book getBookByIdThreadSafe(const std::string& id) const;
DEPRECATED std::shared_ptr<Reader> getReaderById(const std::string& id);
std::shared_ptr<zim::Archive> getArchiveById(const std::string& id);
std::shared_ptr<ZimSearcher> getSearcherById(const std::string& id) {
return getSearcherByIds(BookIdSet{id});