summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/fulltext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fulltext.cpp b/core/fulltext.cpp
index 084b0019b..56b7b2dcc 100644
--- a/core/fulltext.cpp
+++ b/core/fulltext.cpp
@@ -146,7 +146,6 @@ void FullText::populate()
// we want this to be two calls as the second text is overwritten below by the lines starting with "\r"
uiNotification(QObject::tr("Create full text index"));
uiNotification(QObject::tr("start processing"));
- words.clear();
int i;
dive *d;
for_each_dive(i, d) {