diff options
| author | Teddy Wing | 2018-10-29 00:39:47 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2018-10-29 00:39:47 +0100 | 
| commit | 55df340bd10b2b93f82d35b24d4d4be034b4dba1 (patch) | |
| tree | c75a8ba116ec92cc265bfa0f9743be619ac77a60 | |
| parent | 9e7a5e99e42d291dbc811094cb5318d95963038b (diff) | |
| download | dome-key-map-55df340bd10b2b93f82d35b24d4d4be034b4dba1.tar.bz2 | |
run_key_action(): Remove TODO comment
This has already been handled. See the condition just below the comment.
| -rw-r--r-- | src/map.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -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); | 
