From: Tom Tromey Date: Sat, 22 Jun 2019 06:00:11 +0000 (-0600) Subject: Remove two unused enum constants from tui_win_type X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d2802c33429eb73303dc610401f5d7d27e071ff2;p=deliverable%2Fbinutils-gdb.git 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 * tui/tui.h (enum tui_win_type) : Remove. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c6cf686cb..cc248f07c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-06-25 Tom Tromey + + * tui/tui.h (enum tui_win_type) : + Remove. + 2019-06-25 Tom Tromey * tui/tui-data.h (struct tui_command_element): Remove. diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index 8f6ef64f49..b3321de9fd 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -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 */