mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Remove tui_win_is_auxiliary
tui_win_is_auxiliary is not used, so remove it. gdb/ChangeLog 2019-10-09 Tom Tromey <tom@tromey.com> * tui/tui-data.c (tui_win_is_auxiliary): Remove. * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2019-10-09 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* tui/tui-data.c (tui_win_is_auxiliary): Remove.
|
||||||
|
* tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
|
||||||
|
|
||||||
2019-10-09 Tom Tromey <tom@tromey.com>
|
2019-10-09 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
|
* tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
|
||||||
|
@ -34,12 +34,6 @@ static struct tui_win_info *win_with_focus = NULL;
|
|||||||
|
|
||||||
static bool win_resized = false;
|
static bool win_resized = false;
|
||||||
|
|
||||||
int
|
|
||||||
tui_win_is_auxiliary (enum tui_win_type win_type)
|
|
||||||
{
|
|
||||||
return (win_type > MAX_MAJOR_WINDOWS);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Answer a whether the terminal window has been resized or not. */
|
/* Answer a whether the terminal window has been resized or not. */
|
||||||
bool
|
bool
|
||||||
tui_win_resized ()
|
tui_win_resized ()
|
||||||
|
@ -207,8 +207,6 @@ public:
|
|||||||
bool is_highlighted = false;
|
bool is_highlighted = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern int tui_win_is_auxiliary (enum tui_win_type win_type);
|
|
||||||
|
|
||||||
|
|
||||||
/* Global Data. */
|
/* Global Data. */
|
||||||
extern struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS];
|
extern struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS];
|
||||||
|
Reference in New Issue
Block a user