From 7f807f31d01ae527175eb3e964026b3961600a1e Mon Sep 17 00:00:00 2001 From: scrawl Date: Thu, 14 Aug 2014 19:49:03 +0200 Subject: [PATCH] Remove comment Doing some testing with extended journals, doesn't appear to be a performance issue. --- apps/openmw/mwgui/journalwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/openmw/mwgui/journalwindow.cpp b/apps/openmw/mwgui/journalwindow.cpp index 3e2006e57c..057e12414c 100644 --- a/apps/openmw/mwgui/journalwindow.cpp +++ b/apps/openmw/mwgui/journalwindow.cpp @@ -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 ();