]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.C
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / LyXView.C
index fae0afcce3d483874df4ce731144a2e3cf8f60f5..34b2d47850703cfb75a9f15f63329c43e6a7ef7b 100644 (file)
@@ -58,12 +58,7 @@ LyXView::LyXView()
        autosave_timeout = new Timeout(5000);
 
        dialogs_ = new Dialogs(this);
-#if 0
-       dialogs_->hideBufferDependent
-               .connect(SigC::slot(&CloseAllBufferRelatedDialogs));
        Dialogs::redrawGUI.connect(SigC::slot(this, &LyXView::redraw));
-       Dialogs::redrawGUI.connect(SigC::slot(&RedrawAllBufferRelatedDialogs));
-#endif
 }