diff --git a/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp b/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp index f1b5554e4..1f574e8fb 100644 --- a/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp +++ b/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp @@ -208,12 +208,6 @@ void UnwrappedMedia::drawSurrounding( int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0); recty += skip; } - if (via) { - p.setFont(st::msgDateFont); - p.drawTextLeft(rectx, recty + st::msgReplyPadding.top(), 2 * rectx + rectw, via->text); - int skip = st::msgServiceNameFont->height + (reply ? st::msgReplyPadding.top() : 0); - recty += skip; - } if (reply) { HistoryMessageReply::PaintFlags flags = 0; if (selected) {