summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 10898d46..645c9606 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -128,18 +128,6 @@ int WebTab::progress()
}
-QString WebTab::lastStatusBarText() const
-{
- return m_statusBarText;
-}
-
-
-void WebTab::setStatusBarText(const QString &string)
-{
- m_statusBarText = string;
-}
-
-
void WebTab::updateProgress(int p)
{
m_progress = p;