Remove unused chatterino emotes

This commit is contained in:
Rasmus Karlsson
2018-06-05 18:56:05 +02:00
committed by fourtf
parent e09e0a5ab4
commit 8db3bf483e
3 changed files with 0 additions and 14 deletions
@@ -545,9 +545,6 @@ bool TwitchMessageBuilder::tryAppendEmote(QString &emoteString)
this->twitchChannel->ffzChannelEmotes->tryGet(emoteString, emoteData)) {
// FFZ Channel Emote
return appendEmote(MessageElement::FfzEmote);
} else if (app->emotes->getChatterinoEmotes().tryGet(emoteString, emoteData)) {
// Chatterino Emote
return appendEmote(MessageElement::Misc);
}
return false;