From 6b44143f5b93f85fb2c479fe970f7efef5ef9c8a Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 8 Jan 2024 12:03:49 -0800 Subject: [PATCH] Version 4.14.4: Fix build with GCC. --- Telegram/SourceFiles/api/api_sending.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/api/api_sending.cpp b/Telegram/SourceFiles/api/api_sending.cpp index d971a03f4..0e5d7c585 100644 --- a/Telegram/SourceFiles/api/api_sending.cpp +++ b/Telegram/SourceFiles/api/api_sending.cpp @@ -402,7 +402,6 @@ void SendConfirmedFile( flags |= MessageFlag::HasReplyInfo; } const auto anonymousPost = peer->amAnonymous(); - const auto silentPost = ShouldSendSilent(peer, file->to.options); FillMessagePostFlags(action, peer, flags); if (file->to.options.scheduled) { flags |= MessageFlag::IsOrWasScheduled;