]> git.lyx.org Git - features.git/commitdiff
remove unused signal
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Dec 2006 10:14:35 +0000 (10:14 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Dec 2006 10:14:35 +0000 (10:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16154 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/LyXView.h
src/lyxfunc.C

index 56f534989a5db34618431cdb099742f91bd43216..28e75c9e1630037e45dffcd932f8fa796ceccd29 100644 (file)
@@ -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<void(int)> closed;
-
        /**
         * This is called after the concrete view has been created.
         * We have to have the toolbar and the other stuff created
index 03d621e4d151417bdeb360c6e3e6ee8fc9ae66fe..5a3984d47a2a76a678ab3e5c8204f9b79f0787f9 100644 (file)
@@ -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: {