diff options
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r-- | src/webtab.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp index d8fff875..a6bedc97 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -36,7 +36,6 @@ #include "application.h" #include "mainwindow.h" #include "mainview.h" -#include "webpage.h" #include "bookmarksmanager.h" #include "walletbar.h" #include "previewselectorbar.h" @@ -96,18 +95,6 @@ WebTab::~WebTab() } -WebView *WebTab::view() -{ - return _view; -} - - -WebPage *WebTab::page() -{ - return view()->page(); -} - - // TODO: // Import the "about" check and the one in protocolhandler // in some (static?) methods in NewTabPage @@ -134,12 +121,6 @@ KUrl WebTab::url() } -int WebTab::progress() -{ - return m_progress; -} - - void WebTab::updateProgress(int p) { m_progress = p; |