summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index b4759995..b4e59d84 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -91,8 +91,6 @@ WebTab::WebTab(QWidget *parent)
this, SLOT(createWalletBar(const QString &, const QUrl &)));
}
- connect(view->page(), SIGNAL(statusBarMessage(const QString&)), this, SLOT(setStatusBarText(const QString&)));
-
connect(view, SIGNAL(loadProgress(int)), this, SLOT(updateProgress(int)));
connect(view, SIGNAL(loadFinished(bool)), this, SLOT(loadFinished(bool)));
}