empty showPreamble

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5604 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2002-11-08 09:57:07 +00:00
parent da95321339
commit 072c1b8cc1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-08 Edwin Leuven <leuven@fee.uva.nl>
* Dialogs2.C: compile fix
2002-11-08 Edwin Leuven <leuven@fee.uva.nl>
* QDocument.[Ch]: Remove unused methods

View File

@ -172,7 +172,6 @@ void Dialogs::updateParagraph()
void Dialogs::showPreamble()
{
pimpl_->document.controller().showPreamble();
}