]> git.lyx.org Git - features.git/commitdiff
Remove old and out of date comment.
authorRichard Heck <rgheck@comcast.net>
Sun, 12 Oct 2008 22:07:47 +0000 (22:07 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 12 Oct 2008 22:07:47 +0000 (22:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26875 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp

index 085e647c3a3ca07c72b29b1865a52ac3155eebc5..1b319da4ef214ef23247005ad31ef9c86f2f4c0b 100644 (file)
@@ -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<modInfoStruct> const selModList = getSelectedModules();
        int const sSize = selModList.size();