mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
remove unused struct
This commit is contained in:
@@ -30,17 +30,6 @@ macro_rules! progress {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ******************************************************************************
|
|
||||||
* Configure folders
|
|
||||||
******************************************************************************/
|
|
||||||
#[derive(Copy, Clone)]
|
|
||||||
#[repr(C)]
|
|
||||||
struct dc_imapfolder_t {
|
|
||||||
pub name_to_select: *mut libc::c_char,
|
|
||||||
pub name_utf8: *mut libc::c_char,
|
|
||||||
pub meaning: libc::c_int,
|
|
||||||
}
|
|
||||||
|
|
||||||
// connect
|
// connect
|
||||||
pub unsafe fn dc_configure(context: &Context) {
|
pub unsafe fn dc_configure(context: &Context) {
|
||||||
if 0 != dc_has_ongoing(context) {
|
if 0 != dc_has_ongoing(context) {
|
||||||
|
|||||||
Reference in New Issue
Block a user