aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-10-28 00:30:55 +0200
committerTeddy Wing2018-10-28 00:30:55 +0200
commit030b5a346f71b6d8d3b107a3fbf55a7699ec00b7 (patch)
tree9b71aee3af37181ded31efcce2c068b88b269977
parente5bbe5f5f7bb30d5d66e5f19fc2393143987b751 (diff)
downloaddome-key-map-030b5a346f71b6d8d3b107a3fbf55a7699ec00b7.tar.bz2
ffi: Remove `ActionKind` enum
This was for the `KeyActionResult` struct, which no longer exists.
-rw-r--r--src/ffi.rs7
1 files changed, 0 insertions, 7 deletions
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<Vec<HeadphoneButton>>,