Remove dead code (#384)

Remove dead code
This commit is contained in:
Friedel Ziegelmayer
2019-08-16 11:13:40 +02:00
committed by GitHub
19 changed files with 165 additions and 201 deletions

View File

@@ -498,7 +498,7 @@ pub unsafe fn dc_delete_msgs(context: &Context, msg_ids: *const uint32_t, msg_cn
};
}
pub fn dc_update_msg_chat_id(context: &Context, msg_id: u32, chat_id: u32) -> bool {
fn dc_update_msg_chat_id(context: &Context, msg_id: u32, chat_id: u32) -> bool {
sql::execute(
context,
&context.sql,