aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
authorGravatar un1versal2016-05-08 02:36:03 +0100
committerGravatar un1versal2016-05-08 02:37:37 +0100
commit5f0292c32b336be0bb279a7511a9ee37ba9df3fa (patch)
tree28dbeb31c6c6aa730b2c79e904633148aff301cc /src/modules/help
parentcleanup: separators and spacing (diff)
downloadKVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.gz
KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.tar.bz2
KVIrc-5f0292c32b336be0bb279a7511a9ee37ba9df3fa.zip
cleanup: remove more ancient commented code p3
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/HelpWindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp
index 0f1803eca..155815c50 100644
--- a/src/modules/help/HelpWindow.cpp
+++ b/src/modules/help/HelpWindow.cpp
@@ -118,9 +118,6 @@ void HelpWindow::initialSetup()
{
m_pIndexSearch->setFocus();
- /* if(!g_bIndexingDone)
- {
- g_bIndexingDone=true;*/
QString szDoclist, szDict;
g_pApp->getLocalKvircDirectory(szDoclist, KviApplication::Help, "help.doclist." KVI_SOURCES_DATE);