Remove unused function.
This commit is contained in:
parent
dc79b35570
commit
11fa9dbb34
@ -5759,10 +5759,6 @@ bool is_unsent_animated_emoji_click(Td *td, DialogId dialog_id, const DialogActi
|
||||
return !td->stickers_manager_->is_sent_animated_emoji_click(dialog_id, remove_emoji_modifiers(emoji));
|
||||
}
|
||||
|
||||
bool is_active_reaction(Td *td, const string &reaction) {
|
||||
return td->stickers_manager_->is_active_reaction(reaction);
|
||||
}
|
||||
|
||||
void init_stickers_manager(Td *td) {
|
||||
td->stickers_manager_->init();
|
||||
}
|
||||
|
@ -248,8 +248,6 @@ void on_sent_message_content(Td *td, const MessageContent *content);
|
||||
|
||||
bool is_unsent_animated_emoji_click(Td *td, DialogId dialog_id, const DialogAction &action);
|
||||
|
||||
bool is_active_reaction(Td *td, const string &reaction);
|
||||
|
||||
void init_stickers_manager(Td *td);
|
||||
|
||||
void on_dialog_used(TopDialogCategory category, DialogId dialog_id, int32 date);
|
||||
|
Loading…
Reference in New Issue
Block a user