about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r--src/ui/inputwin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index b67efbc8..2c42a628 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -246,15 +246,8 @@ inp_get_password(void)
     get_password = TRUE;
     while (!password) {
         password = inp_readline();
-        ui_update();
-        werase(inp_win);
-        wmove(inp_win, 0, 0);
-        pad_start = 0;
-        _inp_win_update_virtual();
-        doupdate();
     }
     get_password = FALSE;
-
     status_bar_clear();
     return password;
 }