Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cg2121 committed Jun 11, 2024
1 parent 4a0847d commit e8ac453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/soundboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,6 @@ void Soundboard::on_actionEdit_triggered()
if (!obj)
return;

QListWidgetItem *item = FindItem(obj);

MediaEdit edit(this);

auto edited = [&]() {
Expand Down

0 comments on commit e8ac453

Please sign in to comment.