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 231700a0..d02dd37d 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -183,8 +183,6 @@ void MainView::clear() /// TODO What exactly do we need to clear here? m_urlBar->clearHistory(); m_urlBar->clear(); - - m_recentlyClosedTabs.clear(); } @@ -418,8 +416,6 @@ void MainView::slotCloseTab(int index) return; } hasFocus = tab->hasFocus(); - - m_recentlyClosedTabs.prepend(tab->url()); } QWidget *webView = widget(index); @@ -586,12 +582,6 @@ void MainView::resizeEvent(QResizeEvent *event) } -KUrl::List MainView::recentlyClosedTabs() -{ - return m_recentlyClosedTabs; -} - - void MainView::mouseMoveEvent(QMouseEvent *event) { //Find the tab under the mouse |