diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui-wingeneral.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tui/tui-wingeneral.c b/gdb/tui/tui-wingeneral.c index 1153047..d113d77 100644 --- a/gdb/tui/tui-wingeneral.c +++ b/gdb/tui/tui-wingeneral.c @@ -165,8 +165,6 @@ tui_win_info::make_window () handle.reset (newwin (height, width, y, x)); if (handle != NULL) { - if (suppress_output) - wnoutrefresh (handle.get ()); scrollok (handle.get (), TRUE); if (can_box ()) box_win (this, false); |