chore: remove unused Emojis::initialize (#6517)

This commit is contained in:
nerix
2025-10-03 15:55:55 +02:00
committed by GitHub
parent 33f6383122
commit d585b755d5
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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
-1
View File
@@ -58,7 +58,6 @@ public:
class Emojis : public IEmojis
{
public:
void initialize();
void load();
std::vector<boost::variant<EmotePtr, QString>> parse(
const QString &text) const override;