gdb/ChangeLog:
* tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
* tui/tui-data.c (init_content_element): Don't initialize it.
+2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
+
+ * tui/tui-data.h (struct tui_win_element) <highlight>: Remove.
+ * tui/tui-data.c (init_content_element): Don't initialize it.
+
2018-09-06 Simon Marchi <simon.marchi@ericsson.com>
* tui/tui-data.h (struct tui_win_info)
init_content_element (struct tui_win_element *element,
enum tui_win_type type)
{
- element->highlight = FALSE;
switch (type)
{
case SRC_WIN:
struct tui_win_element
{
- int highlight;
union tui_which_element which_element;
};