mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
Remove dead code
This commit is contained in:
@@ -61,11 +61,6 @@ pub struct dc_mimeparser_t<'a> {
|
||||
pub message_kml: Option<dc_kml_t>,
|
||||
}
|
||||
|
||||
// deprecated
|
||||
unsafe fn dc_no_compound_msgs() {
|
||||
S_GENERATE_COMPOUND_MSGS = 0i32;
|
||||
}
|
||||
|
||||
// deprecated: flag to switch generation of compound messages on and off.
|
||||
static mut S_GENERATE_COMPOUND_MSGS: libc::c_int = 1i32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user