aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/helpwindow.cpp')
-rw-r--r--src/modules/help/helpwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/help/helpwindow.cpp b/src/modules/help/helpwindow.cpp
index da01bf24d..8dfeefe09 100644
--- a/src/modules/help/helpwindow.cpp
+++ b/src/modules/help/helpwindow.cpp
@@ -61,7 +61,6 @@ KviHelpWindow::KviHelpWindow(KviFrame * lpFrm,const char * name)
} else {
g_pDocIndex->makeIndex();
g_pDocIndex->writeDict();
- g_pDocIndex->writeDocumentList();
}
g_bIndexingDone=TRUE;
}
@@ -141,7 +140,6 @@ void KviHelpWindow::refreshIndex()
m_pIndexListWidget->clear();
g_pDocIndex->makeIndex();
g_pDocIndex->writeDict();
- g_pDocIndex->writeDocumentList();
g_bIndexingDone=TRUE;
QStringList docList=g_pDocIndex->titlesList();
m_pIndexListWidget->addItems(docList);