Remove unused init_stickers_manager fucntion.
This commit is contained in:
parent
10f77aee95
commit
b287f2f177
@ -8043,10 +8043,6 @@ void move_message_content_sticker_set_to_top(Td *td, const MessageContent *conte
|
||||
}
|
||||
}
|
||||
|
||||
void init_stickers_manager(Td *td) {
|
||||
td->stickers_manager_->init();
|
||||
}
|
||||
|
||||
void on_dialog_used(TopDialogCategory category, DialogId dialog_id, int32 date) {
|
||||
send_closure(G()->top_dialog_manager(), &TopDialogManager::on_dialog_used, category, dialog_id, date);
|
||||
}
|
||||
|
@ -301,8 +301,6 @@ void on_sent_message_content(Td *td, const MessageContent *content);
|
||||
|
||||
void move_message_content_sticker_set_to_top(Td *td, const MessageContent *content);
|
||||
|
||||
void init_stickers_manager(Td *td);
|
||||
|
||||
void on_dialog_used(TopDialogCategory category, DialogId dialog_id, int32 date);
|
||||
|
||||
void update_used_hashtags(Td *td, const MessageContent *content);
|
||||
|
Loading…
Reference in New Issue
Block a user