From 50e5a3b79667f2c0f1a5559b733a4638f7ca7904 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 12 Oct 2008 22:07:47 +0000 Subject: [PATCH] Remove old and out of date comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26875 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiDocument.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 085e647c3a..1b319da4ef 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -1355,7 +1355,7 @@ void GuiDocument::classChanged() // class and the document class. The former corresponds to the main layout // file; the latter is that plus the modules (or the document-specific layout, // or whatever else there could be). Our parameters come from the document - // class. So when we set the base class, we also need to recreate the document + // class. So when we set the base class, we also need to recreate the document // class. Otherwise, we still have the old one. bp_.makeDocumentClass(); // FIXME There's a little bug here connected with auto_reset, namely, @@ -2180,7 +2180,6 @@ void GuiDocument::updateAvailableModules() void GuiDocument::updateSelectedModules() { - // and selected ones, too modules_sel_model_.clear(); vector const selModList = getSelectedModules(); int const sSize = selModList.size(); -- 2.39.2