summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sessiontreemodel.cpp')
-rw-r--r--src/sessiontreemodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sessiontreemodel.cpp b/src/sessiontreemodel.cpp
index 722850e..3858ffe 100644
--- a/src/sessiontreemodel.cpp
+++ b/src/sessiontreemodel.cpp
@@ -188,7 +188,6 @@ QList<Session*> SessionTreeModel::lookForItem(const QString& label) {
}
} else {
QList<QString> items = label.split(" ", QString::SkipEmptyParts);
-
for (int i = 0; i < root_->childCount(); ++i) {
SessionTreeItem* item = root_->child(i);
if (item->session()->containsKeywords(items)) {