Skip to content

Commit

Permalink
Mark "selected" as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 16, 2023
1 parent b695252 commit 227f23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preferences/dialog/dlgprefeffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ void DlgPrefEffects::effectsTableItemSelected(const QModelIndex& selected) {
}

void DlgPrefEffects::slotChainPresetSelectionChanged(const QItemSelection& selected) {
Q_UNUSED(selected);
VERIFY_OR_DEBUG_ASSERT(m_pFocusedChainList) {
return;
}
Expand Down

0 comments on commit 227f23b

Please sign in to comment.