mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-14 16:51:12 +08:00
Remove unused TUI defines
This removes some #defines that were unused in the TUI. gdb/ChangeLog 2019-07-17 Tom Tromey <tom@tromey.com> * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR) (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove defines.
This commit is contained in:
gdb
@ -1,3 +1,9 @@
|
||||
2019-07-17 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
|
||||
(DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
|
||||
defines.
|
||||
|
||||
2019-07-17 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-winsource.h (tui_erase_source_content)
|
||||
|
@ -98,17 +98,12 @@ enum tui_box
|
||||
#define NO_DISASSEM_STRING "[ No Assembly Available ]"
|
||||
#define NO_REGS_STRING "[ Register Values Unavailable ]"
|
||||
#define NO_DATA_STRING "[ No Data Values Displayed ]"
|
||||
#define MAX_CONTENT_COUNT 100
|
||||
#define SRC_NAME "src"
|
||||
#define CMD_NAME "cmd"
|
||||
#define DATA_NAME "regs"
|
||||
#define DISASSEM_NAME "asm"
|
||||
#define TUI_NULL_STR ""
|
||||
#define DEFAULT_HISTORY_COUNT 25
|
||||
#define HILITE TRUE
|
||||
#define NO_HILITE FALSE
|
||||
#define WITH_LOCATOR TRUE
|
||||
#define NO_LOCATOR FALSE
|
||||
#define UNDEFINED_ITEM -1
|
||||
#define MIN_WIN_HEIGHT 3
|
||||
#define MIN_CMD_WIN_HEIGHT 3
|
||||
|
Reference in New Issue
Block a user