mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 09:45:36 +00:00
Remove unused variable
This commit is contained in:
parent
0b852edc7f
commit
ecb9c35268
1 changed files with 0 additions and 2 deletions
|
@ -389,8 +389,6 @@ QStringList Launcher::DataFilesPage::selectedArchivePaths(bool all) const
|
|||
for (int i = 0; i < ui.archiveListWidget->count(); ++i)
|
||||
{
|
||||
const auto* item = ui.archiveListWidget->item(i);
|
||||
const auto archive = ui.archiveListWidget->item(i)->text();
|
||||
|
||||
if (all || item->checkState() == Qt::Checked)
|
||||
archiveList.append(item->text());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue