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.
+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.
/* 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 */