diff options
| author | Teddy Wing | 2018-10-28 00:30:55 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-28 00:30:55 +0200 | 
| commit | 030b5a346f71b6d8d3b107a3fbf55a7699ec00b7 (patch) | |
| tree | 9b71aee3af37181ded31efcce2c068b88b269977 /src | |
| parent | e5bbe5f5f7bb30d5d66e5f19fc2393143987b751 (diff) | |
| download | dome-key-map-030b5a346f71b6d8d3b107a3fbf55a7699ec00b7.tar.bz2 | |
ffi: Remove `ActionKind` enum
This was for the `KeyActionResult` struct, which no longer exists.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ffi.rs | 7 | 
1 files changed, 0 insertions, 7 deletions
| @@ -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>>, | 
