From: Peter Kümmel Date: Sun, 3 Dec 2006 10:14:35 +0000 (+0000) Subject: remove unused signal X-Git-Tag: 1.6.10~11662 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2d0e33fc3f18dfb45a8dd18313ad344a20236778;p=features.git remove unused signal git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16154 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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: {