removed unused method

This commit is contained in:
fourtf 2018-01-22 14:37:29 +01:00
parent bd50b2ae79
commit 0febffc6d8
2 changed files with 0 additions and 11 deletions

View file

@ -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

View file

@ -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;