]> git.lyx.org Git - lyx.git/commitdiff
revert accidental commit
authorJohn Levon <levon@movementarian.org>
Tue, 29 Oct 2002 17:25:19 +0000 (17:25 +0000)
committerJohn Levon <levon@movementarian.org>
Tue, 29 Oct 2002 17:25:19 +0000 (17:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5549 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/Dialogs2.C

index 4b0f9cf2317e05ba7cc92f5e82a3e975d7e92944..0c5cb49adcce9d179e229f65f06d55656f1f95af 100644 (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();