mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
Remove two unused enum constants from tui_win_type
This removes a couple of unused constants from enum tui_win_type. gdb/ChangeLog 2019-06-25 Tom Tromey <tom@tromey.com> * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>: Remove.
This commit is contained in:
parent
dd835f8b70
commit
d2802c3342
@ -1,3 +1,8 @@
|
||||
2019-06-25 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
|
||||
Remove.
|
||||
|
||||
2019-06-25 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-data.h (struct tui_command_element): Remove.
|
||||
|
@ -45,10 +45,7 @@ enum tui_win_type
|
||||
/* Auxillary windows. */
|
||||
LOCATOR_WIN,
|
||||
EXEC_INFO_WIN,
|
||||
DATA_ITEM_WIN,
|
||||
/* This must ALWAYS be next to last. */
|
||||
MAX_WINDOWS,
|
||||
UNDEFINED_WIN /* LAST */
|
||||
DATA_ITEM_WIN
|
||||
};
|
||||
|
||||
/* GENERAL TUI FUNCTIONS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user