revert accidental commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5549 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-10-29 17:25:19 +00:00
parent ae48aeddf1
commit e995f1c12b

View File

@ -131,18 +131,6 @@ void Dialogs::createIndex()
}
void Dialogs::showListing(InsetCommand * ic)
{
pimpl_->listing.controller().showInset(ic);
}
void Dialogs::createListing(string const & s)
{
pimpl_->listing.controller().createInset(s);
}
void Dialogs::showLogFile()
{
pimpl_->logfile.controller().show();