removed unused method
This commit is contained in:
@@ -702,12 +702,5 @@ bool TwitchMessageBuilder::tryParseCheermote(const QString &string)
|
|||||||
return false;
|
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 twitch
|
||||||
} // namespace chatterino
|
} // namespace chatterino
|
||||||
|
|||||||
@@ -40,10 +40,6 @@ public:
|
|||||||
|
|
||||||
messages::MessagePtr parse();
|
messages::MessagePtr parse();
|
||||||
|
|
||||||
// static bool sortTwitchEmotes(
|
|
||||||
// const std::pair<long int, messages::Image *> &a,
|
|
||||||
// const std::pair<long int, messages::Image *> &b);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString roomID;
|
QString roomID;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user