forked from Imagelibrary/binutils-gdb
Remove unused tui_win_element::highlight
gdb/ChangeLog: * tui/tui-data.h (struct tui_win_element) <highlight>: Remove. * tui/tui-data.c (init_content_element): Don't initialize it.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
@@ -472,7 +472,6 @@ static void
|
||||
init_content_element (struct tui_win_element *element,
|
||||
enum tui_win_type type)
|
||||
{
|
||||
element->highlight = FALSE;
|
||||
switch (type)
|
||||
{
|
||||
case SRC_WIN:
|
||||
|
||||
@@ -229,7 +229,6 @@ union tui_which_element
|
||||
|
||||
struct tui_win_element
|
||||
{
|
||||
int highlight;
|
||||
union tui_which_element which_element;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user