summaryrefslogtreecommitdiff
path: root/src/history.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-25 00:47:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-25 00:47:24 +0100
commit48b25611c94d380b40948a3de0bfab5678668e1d (patch)
tree30348cee350d258ba86724858dcc098b3615eb9c /src/history.cpp
parentFixed notFound.html page (diff)
downloadrekonq-48b25611c94d380b40948a3de0bfab5678668e1d.tar.xz
Huge update. Fixed quite all of the settings troubles..
From now on, we (mainly) go on WebView bugfixing..
Diffstat (limited to 'src/history.cpp')
-rw-r--r--src/history.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/history.cpp b/src/history.cpp
index 87910308..5023bfd3 100644
--- a/src/history.cpp
+++ b/src/history.cpp
@@ -309,10 +309,6 @@ void HistoryManager::load()
void HistoryManager::save()
{
-// KConfig config("rekonqrc");
-// KConfigGroup group = config.group("history");
-// group.writeEntry( QString("historyLimit"), m_historyLimit );
-
bool saveAll = m_lastSavedUrl.isEmpty();
int first = m_history.count() - 1;
if (!saveAll)