summaryrefslogtreecommitdiffstats
path: root/call/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'call/menu.c')
-rw-r--r--call/menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/call/menu.c b/call/menu.c
index 6a0613f..7de66b4 100644
--- a/call/menu.c
+++ b/call/menu.c
@@ -199,7 +199,6 @@ int p_dwn_menu(wint * wtab, menuitem * menustr, int starty, int startx)
if (c == 0x1b)
return 0;
-
if (c == KEY_RIGHT || c == KEY_LEFT)
return c;
else
@@ -235,7 +234,6 @@ void menu_write_item(WINDOW * win, int xpos, int reverse, const char st[])
wattroff(win, A_REVERSE);
}
-
int top_menu(wint * wtab, menuitem menustr[], int ystart)
{
int str_max_length = 0;