diff --git a/CHANGELOG.md b/CHANGELOG.md index 565569ce..0553969b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Dev: Correct handling of eventsubs without any account. (#6503) - Dev: Removed dependency to Qt5 Compatibility module by updating libcommuni. (#6500) - Dev: Merged emote element flags from different providers into two. (#6511) +- Dev: Removed unused method in `Emojis`. (#6517) ## 2.5.4 diff --git a/src/providers/emoji/Emojis.hpp b/src/providers/emoji/Emojis.hpp index c683b910..44d102ce 100644 --- a/src/providers/emoji/Emojis.hpp +++ b/src/providers/emoji/Emojis.hpp @@ -58,7 +58,6 @@ public: class Emojis : public IEmojis { public: - void initialize(); void load(); std::vector> parse( const QString &text) const override;