mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Don't declare tui_copy_win or tui_box_win
tui_copy_win and tui_box_win are not implemented, so don't declare them. gdb/ChangeLog 2019-07-16 Tom Tromey <tom@tromey.com> * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't declare.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2019-07-16 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
|
||||
declare.
|
||||
|
||||
2019-07-30 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* block.c (contained_in): Remove BLOCK_FUNCTION check.
|
||||
|
@ -31,8 +31,6 @@ 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 struct tui_win_info *tui_copy_win (struct tui_win_info *);
|
||||
extern void tui_box_win (struct tui_gen_win_info *, int);
|
||||
extern void tui_highlight_win (struct tui_win_info *);
|
||||
extern void tui_check_and_display_highlight_if_needed (struct tui_win_info *);
|
||||
extern void tui_refresh_all ();
|
||||
|
Reference in New Issue
Block a user