removed unused method
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user