1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 09:09:42 +00:00

Remove unimplemented method declaration

This commit is contained in:
Evil Eye 2023-05-08 16:57:57 +02:00
parent 753696583e
commit ad3195488b

View file

@ -20,7 +20,6 @@ namespace MWGui
Book createEmptyJournalBook();
Book createJournalBook();
Book createTopicBook(uintptr_t topicId);
Book createTopicBook(const std::string& topicId);
Book createQuestBook(std::string_view questName);
Book createTopicIndexBook();