From fb68afe6481ab419d1beb80442de37c395dc5784 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 27 Oct 2018 16:10:48 +0200 Subject: Action: Remove `Action::Command` variant I wasn't using it. At first I added it because it made sense, but ultimately I ended up using `Action::String` for commands instead because that was easier. --- src/parser.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser.rs') diff --git a/src/parser.rs b/src/parser.rs index 18714c8..6f7f98e 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -117,7 +117,6 @@ impl KeyboardKeyWithModifiers { pub enum Action { String(String), Map(Vec), - Command(Vec), } #[repr(C)] -- cgit v1.2.3