From 2d0e33fc3f18dfb45a8dd18313ad344a20236778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 3 Dec 2006 10:14:35 +0000 Subject: [PATCH] remove unused signal git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16154 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.h | 3 --- src/lyxfunc.C | 1 - 2 files changed, 4 deletions(-) diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index 56f534989a..28e75c9e16 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -74,9 +74,6 @@ public: void setWorkArea(frontend::WorkArea * work_area); - /// This signal is emitted with the LyXView id when it is closed. - boost::signal closed; - /** * This is called after the concrete view has been created. * We have to have the toolbar and the other stuff created diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 03d621e4d1..5a3984d47a 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -1667,7 +1667,6 @@ void LyXFunc::dispatch(FuncRequest const & cmd) BOOST_ASSERT(lyx_view_); BOOST_ASSERT(theApp()); lyx_view_->close(); - lyx_view_->closed(lyx_view_->id()); return; case LFUN_BOOKMARK_GOTO: { -- 2.39.2