From b39bf11d9e13c26d28e72e8ea15a83f0535edd66 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 31 Aug 2023 22:37:29 +0400 Subject: [PATCH] Fix build with GCC. --- Telegram/SourceFiles/menu/menu_mute.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/menu/menu_mute.cpp b/Telegram/SourceFiles/menu/menu_mute.cpp index ac48e27406..dd58f6fc0b 100644 --- a/Telegram/SourceFiles/menu/menu_mute.cpp +++ b/Telegram/SourceFiles/menu/menu_mute.cpp @@ -311,7 +311,6 @@ void FillMuteMenu( soundSelect, &st::menuIconSoundSelect); - const auto notifySettings = &session->data().notifySettings(); const auto soundIsNone = descriptor.currentSound().value_or( Data::NotifySound() ).none;