remove unused struct

This commit is contained in:
Simon Laux
2019-08-18 20:51:05 +02:00
parent 51b54fce64
commit e3b2a7a69b

View File

@@ -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
pub unsafe fn dc_configure(context: &Context) {
if 0 != dc_has_ongoing(context) {