From e995f1c12bde53a5f59240157c73bd115b56a3f9 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 29 Oct 2002 17:25:19 +0000 Subject: [PATCH] revert accidental commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5549 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/Dialogs2.C | 12 ------------ 1 file changed, 12 deletions(-) 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();