diff options
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 1 |
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)] |
