Skip to content

Commit

Permalink
Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Aug 5, 2022
1 parent 9b5c58f commit bda4651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/text/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3594,7 +3594,6 @@ OnlyCustomEmoji String::toOnlyCustomEmoji() const {
return {};
}
auto result = OnlyCustomEmoji();
auto spaces = 0;
result.lines.emplace_back();
for (const auto &block : _blocks) {
const auto raw = block.get();
Expand Down

0 comments on commit bda4651

Please sign in to comment.