aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 9bbdede..2be8c60 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -26,12 +26,6 @@ pub enum HeadphoneButton {
Down,
}
type Trigger = Vec<HeadphoneButton>;
-// type Action = String;
-
-// enum Action2<'a, T: 'a + KeyCodeConvertible> {
-// Map(&'a [(T, &'a [Flag])]),
-// Command(&'a [&'a str]),
-// }
#[derive(Debug)]
struct Character(autopilot::key::Character);