diff --git a/Telegram/SourceFiles/menu/menu_mute.cpp b/Telegram/SourceFiles/menu/menu_mute.cpp index ac48e2740..dd58f6fc0 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;