Skip to content

Commit

Permalink
Version 4.15: Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 18, 2024
1 parent 3aab2a8 commit cb06514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Telegram/SourceFiles/history/history_widget.cpp
Expand Up @@ -3872,8 +3872,6 @@ void HistoryWidget::saveEditMsg() {
auto left = prepareTextForEditMsg();
auto sending = TextWithEntities();

const auto media = item->media();

const auto originalLeftSize = left.text.size();
const auto hasMediaWithCaption = item
&& item->media()
Expand Down

0 comments on commit cb06514

Please sign in to comment.