aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.rs1
1 files changed, 0 insertions, 1 deletions
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<KeyboardKeyWithModifiers>),
- Command(Vec<String>),
}
#[repr(C)]