From d585b755d56a5377f818c2e1dee69f4a4a69a976 Mon Sep 17 00:00:00 2001 From: nerix Date: Fri, 3 Oct 2025 15:55:55 +0200 Subject: [PATCH] chore: remove unused `Emojis::initialize` (#6517) --- CHANGELOG.md | 1 + src/providers/emoji/Emojis.hpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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;