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

@ -38,7 +38,6 @@ namespace kiwix
{
class OPDSDumper;
class Reader;
/**
* A class to store information about a book (a zim file)
@ -69,7 +68,6 @@ class Book
~Book();
bool update(const Book& other);
DEPRECATED void update(const Reader& reader);
void update(const zim::Archive& archive);
void updateFromXml(const pugi::xml_node& node, const std::string& baseDir);
void updateFromOpds(const pugi::xml_node& node, const std::string& urlHost);