aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.rs
diff options
context:
space:
mode:
authorTeddy Wing2018-10-29 00:39:47 +0100
committerTeddy Wing2018-10-29 00:39:47 +0100
commit55df340bd10b2b93f82d35b24d4d4be034b4dba1 (patch)
treec75a8ba116ec92cc265bfa0f9743be619ac77a60 /src/map.rs
parent9e7a5e99e42d291dbc811094cb5318d95963038b (diff)
downloaddome-key-map-55df340bd10b2b93f82d35b24d4d4be034b4dba1.tar.bz2
run_key_action(): Remove TODO comment
This has already been handled. See the condition just below the comment.
Diffstat (limited to 'src/map.rs')
-rw-r--r--src/map.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.rs b/src/map.rs
index cdc5ae1..ea28d3f 100644
--- a/src/map.rs
+++ b/src/map.rs
@@ -49,7 +49,6 @@ pub fn run_key_action<'a>(
}
}
- // TODO: make sure this doesn't run when in_mode
if state.in_mode.is_none() {
if let Some(map) = map {
run_action(&map);