diff options
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index ca604b2c..0cd61ddd 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -328,12 +328,6 @@ WebTab *MainView::newWebTab(bool focused) } -int MainView::originalWidthHint() const -{ - return m_originalWidthHint; -} - - void MainView::newTab() { WebView *w = newWebTab()->view(); @@ -403,8 +397,6 @@ void MainView::closeOtherTabs(int index) { closeTab(i); } - - updateTabBar(); } @@ -418,8 +410,6 @@ void MainView::cloneTab(int index) KUrl url = webTab(index)->url(); rApp->loadUrl(url, Rekonq::NewTab); - - updateTabBar(); } |