From 799a07401424c7b8931d664837ab644e1d9ebf32 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 31 Jul 2001 19:00:50 +0000 Subject: * tui.c (tui_enable): Remove call to terminal_save_ours(). (tui_disable): Likewise. --- gdb/tui/tui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/tui/tui.c') diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index b224be9..930ae26 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -240,9 +240,6 @@ tui_enable (void) tui_version = 1; tui_active = 1; refresh (); - - /* Update gdb's knowledge of its terminal. */ - terminal_save_ours (); } /* Leave the tui mode. @@ -265,8 +262,6 @@ tui_disable (void) so that terminal management with the inferior works. */ tui_setup_io (0); - /* Update gdb's knowledge of its terminal. */ - terminal_save_ours (); tui_version = 0; tui_active = 0; } -- cgit v1.1