diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 20:01:27 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-21 20:01:27 +0100 |
| commit | 49461f00864df6e00479704fad7d7e15bc104c1e (patch) | |
| tree | ba3aa617cc588a5ae840b78a25586aee4de8401d | |
| parent | 1747dcf5632a7887906b9b6d412e95e3af9c8249 (diff) | |
Remove unused variables.
| -rw-r--r-- | src/modinfodialogconflicts.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modinfodialogconflicts.cpp b/src/modinfodialogconflicts.cpp index 1bfb3218..bb3346f7 100644 --- a/src/modinfodialogconflicts.cpp +++ b/src/modinfodialogconflicts.cpp @@ -992,9 +992,6 @@ std::optional<ConflictItem> AdvancedConflictsTab::createItem( if (!alternatives.empty()) { const bool showAllAlts = ui->conflictsAdvancedShowAll->isChecked(); - int beforePrio = 0; - int afterPrio = std::numeric_limits<int>::max(); - if (currOrigin->getID() == fileOrigin) { // current origin is the active winner, all alternatives go in 'before' |
