Remove unused functions from EmoteManager

This commit is contained in:
Rasmus Karlsson
2018-06-05 17:12:16 +02:00
committed by fourtf
parent d584852bc0
commit 3a8ceede4e
2 changed files with 2 additions and 12 deletions
-2
View File
@@ -34,13 +34,11 @@ public:
void reloadFFZChannelEmotes(const QString &channelName,
std::weak_ptr<util::EmoteMap> channelEmoteMap);
util::ConcurrentMap<QString, providers::twitch::EmoteValue *> &getTwitchEmotes();
util::EmoteMap &getFFZEmotes();
util::EmoteMap &getChatterinoEmotes();
util::EmoteMap &getBTTVChannelEmoteFromCaches();
util::EmojiMap &getEmojis();
util::ConcurrentMap<int, util::EmoteData> &getFFZChannelEmoteFromCaches();
util::ConcurrentMap<long, util::EmoteData> &getTwitchEmoteFromCache();
util::EmoteData getCheerImage(long long int amount, bool animated);