mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Remove old and out of date comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26875 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9c2fa02d4a
commit
50e5a3b796
@ -1355,7 +1355,7 @@ void GuiDocument::classChanged()
|
|||||||
// class and the document class. The former corresponds to the main layout
|
// 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,
|
// 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
|
// 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.
|
// class. Otherwise, we still have the old one.
|
||||||
bp_.makeDocumentClass();
|
bp_.makeDocumentClass();
|
||||||
// FIXME There's a little bug here connected with auto_reset, namely,
|
// FIXME There's a little bug here connected with auto_reset, namely,
|
||||||
@ -2180,7 +2180,6 @@ void GuiDocument::updateAvailableModules()
|
|||||||
|
|
||||||
void GuiDocument::updateSelectedModules()
|
void GuiDocument::updateSelectedModules()
|
||||||
{
|
{
|
||||||
// and selected ones, too
|
|
||||||
modules_sel_model_.clear();
|
modules_sel_model_.clear();
|
||||||
vector<modInfoStruct> const selModList = getSelectedModules();
|
vector<modInfoStruct> const selModList = getSelectedModules();
|
||||||
int const sSize = selModList.size();
|
int const sSize = selModList.size();
|
||||||
|
Loading…
Reference in New Issue
Block a user