[hotkeys] remove extra call to textview_curses->handle_key()

This commit is contained in:
Timothy Stack 2019-07-31 09:01:48 -07:00
parent ed67c6cf9f
commit 71f56d29da
1 changed files with 0 additions and 4 deletions

View File

@ -182,10 +182,6 @@ void handle_paging_key(int ch)
text_sub_source *tc_tss = tc->get_sub_source();
bookmarks<vis_line_t>::type & bm = tc->get_bookmarks();
if (tc->handle_key(ch)) {
return;
}
char keyseq[16];
snprintf(keyseq, sizeof(keyseq), "x%02x", ch);