mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
remove dead line
This commit is contained in:
parent
3184234c19
commit
4eefeb80e7
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ MessagePtr TwitchMessageBuilder::build()
|
|||
return std::get<0>(first) == std::get<0>(second);
|
||||
}),
|
||||
twitchEmotes.end());
|
||||
auto currentTwitchEmote = twitchEmotes.begin();
|
||||
|
||||
// words
|
||||
QStringList splits = this->originalMessage_.split(' ');
|
||||
|
|
Loading…
Reference in a new issue