remove wrong copied code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-08-28 23:43:06 +00:00
parent bd3ab1ba2b
commit d8f9ca8c9c
2 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2002-08-29 John Levon <levon@movementarian.org>
* QInclude.C: remove some wrong code removed from xforms
2002-08-29 John Levon <levon@movementarian.org>
* qfont_metrics.C: add per char ascent/descent

View File

@ -49,20 +49,10 @@ void QInclude::build_dialog()
void QInclude::update_contents()
{
if (controller().params().noload) {
dialog_->filenameED->setText("");
dialog_->typesetCB->setChecked(false);
dialog_->visiblespaceCB->setChecked(false);
dialog_->visiblespaceCB->setEnabled(false);
//dialog_->typeCO->setEnabled(true);
return;
}
dialog_->filenameED->setText(controller().params().cparams.getContents().c_str());
string const cmdname = controller().params().cparams.getCmdName();
// FIXME: ??
dialog_->typesetCB->setChecked(controller().params().noload);
dialog_->visiblespaceCB->setChecked(false);