diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2020-07-24 17:32:50 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2020-07-24 17:44:32 +0100 |
| commit | 062dd5ab0aea4e92cd8d2e58a6815eea52733701 (patch) | |
| tree | a41f0b73e1c2358d2257b35a1e8b5b03c11e477e /Source | |
| parent | 5bd2b2699cfe08081301e8dc4a43dc06d87f2db1 (diff) | |
DolphinQt: fix -Wunused-variable warning
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt/GameList/GameList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/GameList/GameList.cpp b/Source/Core/DolphinQt/GameList/GameList.cpp index 5de28a7bab..0b1d480375 100644 --- a/Source/Core/DolphinQt/GameList/GameList.cpp +++ b/Source/Core/DolphinQt/GameList/GameList.cpp @@ -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); |
