summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/menu.c b/apps/menu.c
index 68b9d0dbe7..d35db0e23c 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -301,10 +301,6 @@ int menu_show(int m)
301 /* Put the cursor on the first line and draw the menu */ 301 /* Put the cursor on the first line and draw the menu */
302 put_cursor(m, menus[m].cursor); 302 put_cursor(m, menus[m].cursor);
303 303
304 /* wait until all keys are released */
305 while (button_get(false) != BUTTON_NONE)
306 yield();
307
308 while (!exit) { 304 while (!exit) {
309 key = button_get_w_tmo(HZ/2); 305 key = button_get_w_tmo(HZ/2);
310 306