From d9c21b829bacfd7c26af596a42159516b698e98e Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Tue, 12 Jun 2012 16:57:01 +0300 Subject: [PATCH] Removed useless connect. --- src/gui/UBDocumentNavigator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/UBDocumentNavigator.cpp b/src/gui/UBDocumentNavigator.cpp index 06f6cb31..ef6976ad 100644 --- a/src/gui/UBDocumentNavigator.cpp +++ b/src/gui/UBDocumentNavigator.cpp @@ -59,7 +59,6 @@ UBDocumentNavigator::UBDocumentNavigator(QWidget *parent, const char *name):QGra connect(UBApplication::boardController, SIGNAL(newPageAdded()), this, SLOT(addNewPage())); connect(mScene, SIGNAL(selectionChanged()), this, SLOT(onSelectionChanged())); connect(UBApplication::boardController, SIGNAL(documentReorganized(int)), this, SLOT(onMovedToIndex(int))); - connect(UBApplication::boardController, SIGNAL(scrollToSelectedPage()), this, SLOT(onScrollToSelectedPage())); } /**