Qt: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2023-06-05 20:19:09 +02:00
parent 3b7d22153f
commit d6e2dcd25b
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ void GameCheatSettingsWidget::reloadList()
const bool enabled =
(std::find(m_enabled_patches.begin(), m_enabled_patches.end(), pi.name) != m_enabled_patches.end());
const std::string_view name_part = pi.GetNamePart();
const std::string_view parent_part = pi.GetNameParentPart();
QTreeWidgetItem* parent = getTreeWidgetParent(parent_part);