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:
Tom Tromey
2019-10-01 17:16:41 -06:00
parent 5c45899e28
commit a7798e7f7d
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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);