]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.C
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / LyXView.C
index e1510008b747e0c993a91d8a5e3ad04a28442b56..34b2d47850703cfb75a9f15f63329c43e6a7ef7b 100644 (file)
@@ -23,7 +23,6 @@
 #include "lyxtext.h"
 #include "buffer.h"
 #include "MenuBackend.h"
-#include "lyx_gui_misc.h"      // [update,Close,Redraw]AllBufferRelatedDialogs
 #include "bufferview_funcs.h" // CurrentState()
 #include "gettext.h"
 #include "lyxfunc.h"
@@ -59,10 +58,7 @@ LyXView::LyXView()
        autosave_timeout = new Timeout(5000);
 
        dialogs_ = new Dialogs(this);
-       dialogs_->hideBufferDependent
-               .connect(SigC::slot(&CloseAllBufferRelatedDialogs));
        Dialogs::redrawGUI.connect(SigC::slot(this, &LyXView::redraw));
-       Dialogs::redrawGUI.connect(SigC::slot(&RedrawAllBufferRelatedDialogs));
 }