mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Remove declaration from tui-wingeneral.h
tui-wingeneral.h has an unused forward declaration. This removes it. gdb/ChangeLog 2019-10-09 Tom Tromey <tom@tromey.com> * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2019-10-09 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
|
||||
|
||||
2019-10-09 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-data.c (tui_win_is_auxiliary): Remove.
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "gdb_curses.h"
|
||||
|
||||
struct tui_win_info;
|
||||
struct tui_gen_win_info;
|
||||
|
||||
/* Makes all windows invisible. */
|
||||
extern void tui_make_all_invisible (void);
|
||||
|
Reference in New Issue
Block a user