From 25baeed7d05bee984726b6c745ff2487fcde57c8 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Thu, 8 Sep 2022 17:41:37 +0200 Subject: [PATCH] kcms/kfontinst: Remove two unused variables GIT_SILENT --- kcms/kfontinst/kcmfontinst/DuplicatesDialog.cpp | 2 -- 1 file changed, 2 deletions(-) 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) {