From 030b5a346f71b6d8d3b107a3fbf55a7699ec00b7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 28 Oct 2018 00:30:55 +0200 Subject: ffi: Remove `ActionKind` enum This was for the `KeyActionResult` struct, which no longer exists. --- src/ffi.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/ffi.rs b/src/ffi.rs index 3772b65..c62b199 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -19,13 +19,6 @@ pub struct Trigger { pub length: size_t, } -#[repr(C)] -pub enum ActionKind { - Map, - Command, - Mode, -} - #[derive(Default)] pub struct State { pub in_mode: Option>, -- cgit v1.2.3