kcms/kfontinst: Remove two unused variables

GIT_SILENT
wilder-5.26
Alexander Lohnau 4 years ago
parent 673858093d
commit 25baeed7d0
  1. 2
      kcms/kfontinst/kcmfontinst/DuplicatesDialog.cpp

@ -401,7 +401,6 @@ QSet<QString> CFontFileListView::getMarkedFiles()
QSet<QString> files; QSet<QString> files;
for (int t = 0; t < root->childCount(); ++t) { for (int t = 0; t < root->childCount(); ++t) {
QList<QTreeWidgetItem *> removeFiles;
QTreeWidgetItem *font = root->child(t); QTreeWidgetItem *font = root->child(t);
for (int c = 0; c < font->childCount(); ++c) { for (int c = 0; c < font->childCount(); ++c) {
@ -423,7 +422,6 @@ CJobRunner::ItemList CFontFileListView::getMarkedItems()
QString home(Misc::dirSyntax(QDir::homePath())); QString home(Misc::dirSyntax(QDir::homePath()));
for (int t = 0; t < root->childCount(); ++t) { for (int t = 0; t < root->childCount(); ++t) {
QList<QTreeWidgetItem *> removeFiles;
StyleItem *style = (StyleItem *)root->child(t); StyleItem *style = (StyleItem *)root->child(t);
for (int c = 0; c < style->childCount(); ++c) { for (int c = 0; c < style->childCount(); ++c) {

Loading…
Cancel
Save