Skip to content

Commit

Permalink
remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Oct 3, 2023
1 parent 4d679f9 commit 9885dfd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/get_todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ def handle_escape(
todo.dedent()
set_header(stdscr_win[0], f"Tab level: {todo.indent_level // INDENT} tabs")
stdscr_win[0].refresh()
elif subch == 363: # shift + delete
toggle_note_todo(todo)
set_header(stdscr_win[0], "Note" if todo.box_char is None else "Todo")
stdscr_win[0].refresh()
return chars, position


Expand Down

0 comments on commit 9885dfd

Please sign in to comment.