From b4516b0bacb68179eb6f7cbff9c6474ec03cc9ab Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 30 Sep 2009 10:21:58 +0200 Subject: BIG BIG commit removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions --- src/mainview.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 0d4145f3..548bc0f1 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -73,8 +73,6 @@ public: WebView *currentWebView() const; int webViewIndex(WebView *webView) const; - KUrl::List recentlyClosedTabs(); - /** * show and hide TabBar if user doesn't choose * "Always Show TabBar" option @@ -166,8 +164,6 @@ private: int m_currentTabIndex; - KUrl::List m_recentlyClosedTabs; - QPointer m_previewPopup; int m_currentTabPreview; }; -- cgit v1.2.1