remove dead line

This commit is contained in:
hemirt 2018-09-23 20:42:57 +02:00 committed by pajlada
parent 3184234c19
commit 4eefeb80e7

View file

@ -325,7 +325,6 @@ MessagePtr TwitchMessageBuilder::build()
return std::get<0>(first) == std::get<0>(second); return std::get<0>(first) == std::get<0>(second);
}), }),
twitchEmotes.end()); twitchEmotes.end());
auto currentTwitchEmote = twitchEmotes.begin();
// words // words
QStringList splits = this->originalMessage_.split(' '); QStringList splits = this->originalMessage_.split(' ');