From e3b2a7a69b6b7c08a3ac6712079562973dfeff7d Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sun, 18 Aug 2019 20:51:05 +0200 Subject: [PATCH] remove unused struct --- src/dc_configure/mod.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/dc_configure/mod.rs b/src/dc_configure/mod.rs index 2caf44513..0f63e68cf 100644 --- a/src/dc_configure/mod.rs +++ b/src/dc_configure/mod.rs @@ -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) {