mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed unused method
This commit is contained in:
parent
bd50b2ae79
commit
0febffc6d8
|
@ -702,12 +702,5 @@ bool TwitchMessageBuilder::tryParseCheermote(const QString &string)
|
|||
return false;
|
||||
}
|
||||
|
||||
// bool
|
||||
// sortTwitchEmotes(const std::pair<long int, Image *> &a,
|
||||
// const std::pair<long int, Image *> &b)
|
||||
//{
|
||||
// return a.first < b.first;
|
||||
//}
|
||||
|
||||
} // namespace twitch
|
||||
} // namespace chatterino
|
||||
|
|
|
@ -40,10 +40,6 @@ public:
|
|||
|
||||
messages::MessagePtr parse();
|
||||
|
||||
// static bool sortTwitchEmotes(
|
||||
// const std::pair<long int, messages::Image *> &a,
|
||||
// const std::pair<long int, messages::Image *> &b);
|
||||
|
||||
private:
|
||||
QString roomID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue