mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Dropped Book::getMutableDefaultIllustration()
Now a Book is created without a default illustration.
This commit is contained in:
@ -120,7 +120,6 @@ class Book
|
||||
private: // functions
|
||||
std::string getCategoryFromTags() const;
|
||||
const Illustration& getDefaultIllustration() const;
|
||||
Illustration& getMutableDefaultIllustration();
|
||||
|
||||
protected: // data
|
||||
std::string m_id;
|
||||
|
Reference in New Issue
Block a user