From 062dd5ab0aea4e92cd8d2e58a6815eea52733701 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Fri, 24 Jul 2020 17:32:50 +0100 Subject: [PATCH] DolphinQt: fix -Wunused-variable warning --- Source/Core/DolphinQt/GameList/GameList.cpp | 1 - 1 file changed, 1 deletion(-) 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);