mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
DolphinQt: fix -Wunused-variable warning
This commit is contained in:
parent
5bd2b2699c
commit
062dd5ab0a
1 changed files with 0 additions and 1 deletions
|
@ -305,7 +305,6 @@ void GameList::ShowContextMenu(const QPoint&)
|
|||
if (DiscIO::IsDisc(platform))
|
||||
{
|
||||
menu->addAction(tr("Set as &Default ISO"), this, &GameList::SetDefaultISO);
|
||||
const auto blob_type = game->GetBlobType();
|
||||
|
||||
if (can_convert(game))
|
||||
menu->addAction(tr("Convert File..."), this, &GameList::ConvertFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue