mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Remove tui_make_all_visible
The function tui_make_all_visible is not used, so remove it. gdb/ChangeLog 2019-08-13 Tom Tromey <tom@tromey.com> * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare. * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2019-08-13 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
|
||||
* tui/tui-wingeneral.c (tui_make_all_visible): Remove.
|
||||
|
||||
2019-08-13 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-layout.c (current_layout, tui_current_layout): Move from
|
||||
|
@ -174,12 +174,6 @@ make_all_visible (bool visible)
|
||||
win_info->make_visible (visible);
|
||||
}
|
||||
|
||||
void
|
||||
tui_make_all_visible (void)
|
||||
{
|
||||
make_all_visible (true);
|
||||
}
|
||||
|
||||
void
|
||||
tui_make_all_invisible (void)
|
||||
{
|
||||
|
@ -28,7 +28,6 @@ struct tui_win_info;
|
||||
struct tui_gen_win_info;
|
||||
|
||||
extern void tui_unhighlight_win (struct tui_win_info *);
|
||||
extern void tui_make_all_visible (void);
|
||||
extern void tui_make_all_invisible (void);
|
||||
extern void tui_make_window (struct tui_gen_win_info *, enum tui_box);
|
||||
extern void tui_highlight_win (struct tui_win_info *);
|
||||
|
Reference in New Issue
Block a user