FullscreenUI: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2022-10-16 16:14:49 +02:00
parent d2b5f86639
commit 6b1cea6c91
1 changed files with 0 additions and 1 deletions

View File

@ -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();