summaryrefslogtreecommitdiffstats
path: root/src/commands/show_tasks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/show_tasks.rs')
-rw-r--r--src/commands/show_tasks.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/show_tasks.rs b/src/commands/show_tasks.rs
index 6657cde..3b21ae8 100644
--- a/src/commands/show_tasks.rs
+++ b/src/commands/show_tasks.rs
@@ -23,7 +23,6 @@ pub fn show_tasks(
if let Ok(event) = context.poll_event() {
match event {
AppEvent::Termion(key) => {
- let key = key;
match keymap_t.task_view.get(&key) {
None => {
context