diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-10-29 19:14:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-29 19:14:37 +0200 |
commit | acdc42e067c5bea90cb1017db919c267fd0bf0d7 (patch) | |
tree | f4db3e574f8dff71c6dfa448cb7a8256af2b1aa3 /src/mainview.h | |
parent | Merge branch 'master' of git.kde.org:rekonq (diff) | |
download | rekonq-acdc42e067c5bea90cb1017db919c267fd0bf0d7.tar.xz |
Revert "Fastest last tab recover"
This reverts commit 8561c1b43a506ac4ead17734c20cc55ce7cec666.
This implementation lets the last close page to continue load eg flash
and in general can produce audio playback :(
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 6ef40ac7..29162dd1 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -189,8 +189,6 @@ private: QList<HistoryItem> m_recentlyClosedTabs; MainWindow *m_parentWindow; - - WebTab *_lastClosedTab; }; #endif // MAINVIEW_H |