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