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:
Tom Tromey 2019-06-22 00:00:11 -06:00
parent dd835f8b70
commit d2802c3342
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -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 */