mirror of https://github.com/PCSX2/pcsx2.git
FullscreenUI: Fix Wunused-variable warning.
This commit is contained in:
parent
d2b5f86639
commit
6b1cea6c91
|
@ -5784,7 +5784,6 @@ void FullscreenUI::DrawAchievementsSettingsPage(std::unique_lock<std::mutex>& se
|
|||
|
||||
SettingsInterface* bsi = GetEditingSettingsInterface();
|
||||
bool check_challenge_state = false;
|
||||
bool challenge_state_just_enabled = false;
|
||||
|
||||
BeginMenuButtons();
|
||||
|
||||
|
|
Loading…
Reference in New Issue