diff --git a/kcms/kfontinst/kcmfontinst/DuplicatesDialog.cpp b/kcms/kfontinst/kcmfontinst/DuplicatesDialog.cpp index 3d3394eae..c318f8c42 100644 --- a/kcms/kfontinst/kcmfontinst/DuplicatesDialog.cpp +++ b/kcms/kfontinst/kcmfontinst/DuplicatesDialog.cpp @@ -401,7 +401,6 @@ QSet CFontFileListView::getMarkedFiles() QSet files; for (int t = 0; t < root->childCount(); ++t) { - QList removeFiles; QTreeWidgetItem *font = root->child(t); for (int c = 0; c < font->childCount(); ++c) { @@ -423,7 +422,6 @@ CJobRunner::ItemList CFontFileListView::getMarkedItems() QString home(Misc::dirSyntax(QDir::homePath())); for (int t = 0; t < root->childCount(); ++t) { - QList removeFiles; StyleItem *style = (StyleItem *)root->child(t); for (int c = 0; c < style->childCount(); ++c) {