plasma: remove reference to non-existing sectionsRepeater

that line was there even before the fork

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-08 11:29:53 +02:00
parent ef45c755f6
commit 4e7c4da52c

View file

@ -171,8 +171,6 @@ Item {
if (listView.model.itemsRemoved)
listView.model.itemsRemoved.connect(dirtyObserver);
sectionsRepeater.model = Sections._sections.length
}
}
}