mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: clang-tidy whining
This commit is contained in:
parent
42cb5cddd1
commit
4af8b2f1d7
|
@ -2601,8 +2601,6 @@ void MessageBuilder::appendUsername(const QVariantMap &tags,
|
|||
Outcome MessageBuilder::tryAppendEmote(TwitchChannel *twitchChannel,
|
||||
const EmoteName &name)
|
||||
{
|
||||
auto *app = getApp();
|
||||
|
||||
auto [emote, flags, zeroWidth] = parseEmote(twitchChannel, name);
|
||||
|
||||
if (!emote)
|
||||
|
|
Loading…
Reference in a new issue