diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui-wingeneral.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/tui/tui-wingeneral.c b/gdb/tui/tui-wingeneral.c index 01f288b..f900eab 100644 --- a/gdb/tui/tui-wingeneral.c +++ b/gdb/tui/tui-wingeneral.c @@ -38,10 +38,7 @@ void tui_gen_win_info::refresh_window () { if (handle != NULL) - { - touchwin (handle); - wrefresh (handle); - } + wrefresh (handle); } /* Function to delete the curses window, checking for NULL. */ |