diff --git a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp index 3b2afab033..429e85c7f8 100644 --- a/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp +++ b/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp @@ -510,7 +510,6 @@ void GenerateItems( return callback(OwnedItem(delegate, item), sentDate); }; - using Flag = MTPDmessage::Flag; const auto fromName = from->name; const auto fromLink = from->createOpenLink(); const auto fromLinkText = textcmdLink(1, fromName);