Removed useless arg from appendTwitchEmote().

This commit is contained in:
23rd
2018-09-19 14:34:20 +03:00
committed by pajlada
parent f813c2de3b
commit 30f51d8137
2 changed files with 3 additions and 4 deletions
@@ -55,8 +55,7 @@ private:
void appendUsername();
void parseHighlights(bool isPastMsg);
void appendTwitchEmote(const Communi::IrcMessage *ircMessage,
const QString &emote,
void appendTwitchEmote(const QString &emote,
std::vector<std::pair<int, EmotePtr>> &vec);
Outcome tryAppendEmote(const EmoteName &name);