mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Remove comment
Doing some testing with extended journals, doesn't appear to be a performance issue.
This commit is contained in:
parent
77a4e38c49
commit
7f807f31d0
@ -201,10 +201,6 @@ namespace
|
||||
|
||||
setBookMode ();
|
||||
|
||||
/// \todo Wiping the whole book layout each time the journal is opened is probably too costly for a large journal (eg 300+ pages).
|
||||
/// There should be a way to keep the existing layout and append new entries to the end of it.
|
||||
/// However, that still leaves the problem of having to add links to previously unknown, but now known topics, so
|
||||
/// we maybe need to find another way to speed things up.
|
||||
Book journalBook;
|
||||
if (mModel->isEmpty ())
|
||||
journalBook = createEmptyJournalBook ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user