GuiDocument.cpp: remove superfluous comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-05-18 02:59:48 +00:00
parent 0600e656f8
commit 665dac3f53

View File

@ -1308,7 +1308,6 @@ void GuiDocument::setMargins()
return;
}
bool custom = false;
// only check marginCB when there are no custom margins set
if (bp_.use_geometry)
custom = true;
marginsModule->marginCB->setChecked(!custom);