fix: clang-tidy whining

This commit is contained in:
Rasmus Karlsson 2024-10-20 12:12:31 +02:00
parent 42cb5cddd1
commit 4af8b2f1d7
No known key found for this signature in database

View file

@ -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)