diff --git a/src/frontends/qt2/Dialogs2.C b/src/frontends/qt2/Dialogs2.C index 4b0f9cf231..0c5cb49adc 100644 --- a/src/frontends/qt2/Dialogs2.C +++ b/src/frontends/qt2/Dialogs2.C @@ -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();