Dropped Book::getMutableDefaultIllustration()

Now a Book is created without a default illustration.
This commit is contained in:
Veloman Yunkan
2021-11-18 13:54:55 +04:00
parent bd29c4c7ef
commit c8da5eea2b
2 changed files with 0 additions and 9 deletions

View File

@ -120,7 +120,6 @@ class Book
private: // functions
std::string getCategoryFromTags() const;
const Illustration& getDefaultIllustration() const;
Illustration& getMutableDefaultIllustration();
protected: // data
std::string m_id;