diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<KPassivePopup> m_previewPopup; int m_currentTabPreview; }; |