diff options
author | Tom Tromey <tom@tromey.com> | 2019-06-29 07:32:47 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-07-17 12:19:13 -0600 |
commit | 1e0c09ba0bdd8b4dd1ab3a61b2ae2d326825bee1 (patch) | |
tree | 9a34c9f42f11b3eeaec53853a88ce82e2c87e85a /README | |
parent | 1bf605de8e9ae4fcf77c21067ddaf4a242a873f7 (diff) | |
download | gdb-1e0c09ba0bdd8b4dd1ab3a61b2ae2d326825bee1.zip gdb-1e0c09ba0bdd8b4dd1ab3a61b2ae2d326825bee1.tar.gz gdb-1e0c09ba0bdd8b4dd1ab3a61b2ae2d326825bee1.tar.bz2 |
Remove the win_type parameter from tui_gen_win_info::reset
tui_gen_win_info::reset has a window type parameter that is only used
for an assertion. This made sense as a defensive measure when window
creation was more dynamic -- it ensured that one did not make
mistakes. However, there's no need for it any more, so this removes
it.
gdb/ChangeLog
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui-source.c (tui_source_window_base::reset): Remove
win_type parameter.
* tui/tui-layout.c (make_command_window, make_source_window)
(make_disasm_window, make_data_window)
(show_source_disasm_command, show_data, tui_gen_win_info::reset)
(reset_locator, show_source_or_disasm_and_command): Update.
* tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
win_type parameter.
(struct tui_source_window_base) <reset>: Likewise.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions