remove unused types

This commit is contained in:
dignifiedquire
2019-05-06 10:59:24 +02:00
parent afa80f55e9
commit 29a9a408ef
8 changed files with 226 additions and 1199 deletions

View File

@@ -2,6 +2,11 @@
pub const VERSION: &'static [u8; 7] = b"0.43.0\x00";
pub const DC_MOVE_STATE_MOVING: u32 = 3;
pub const DC_MOVE_STATE_STAY: u32 = 2;
pub const DC_MOVE_STATE_PENDING: u32 = 1;
pub const DC_MOVE_STATE_UNDEFINED: u32 = 0;
pub const DC_GCL_ARCHIVED_ONLY: usize = 0x01;
pub const DC_GCL_NO_SPECIALS: usize = 0x02;
pub const DC_GCL_ADD_ALLDONE_HINT: usize = 0x04;