Skip to content

Commit

Permalink
Remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
seangoodvibes committed Jul 15, 2024
1 parent 3ed7ec1 commit aabd20f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Sized<char const**> CancelStemExport::getOptions() {
}

bool CancelStemExport::acceptCurrentOption() {
using enum l10n::String;

stemExport.stopStemExportProcess();

return false; // return false so you exit out of the context menu
Expand Down
2 changes: 0 additions & 2 deletions src/deluge/gui/context_menu/stem_export/done_stem_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Sized<char const**> DoneStemExport::getOptions() {
}

bool DoneStemExport::acceptCurrentOption() {
using enum l10n::String;

return false; // return false so you exit out of the context menu
}
} // namespace deluge::gui::context_menu

0 comments on commit aabd20f

Please sign in to comment.