diff options
author | Tom Tromey <tom@tromey.com> | 2019-06-21 06:12:48 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-06-25 07:48:45 -0600 |
commit | bd7db367c4bc72bef9c7848b99aaaa1431cf1672 (patch) | |
tree | 27790233093fa98a66ce50c67d5e540f58906e2a /gdb/ChangeLog | |
parent | 3add462fff33beb0e6f1480d3853eb56d664b438 (diff) | |
download | gdb-bd7db367c4bc72bef9c7848b99aaaa1431cf1672.zip gdb-bd7db367c4bc72bef9c7848b99aaaa1431cf1672.tar.gz gdb-bd7db367c4bc72bef9c7848b99aaaa1431cf1672.tar.bz2 |
Remove layout_def::split
The "split" field in struct layout_def is never used, so this patch
removes it.
gdb/ChangeLog
2019-06-25 Tom Tromey <tom@tromey.com>
* tui/tui-layout.c (tui_set_layout): Update.
* tui/tui-data.h (struct tui_layout_def) <split>: Remove.
* tui/tui-data.c (layout_def): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dd31fb6..b0e0547 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2019-06-25 Tom Tromey <tom@tromey.com> + * tui/tui-layout.c (tui_set_layout): Update. + * tui/tui-data.h (struct tui_layout_def) <split>: Remove. + * tui/tui-data.c (layout_def): Update. + +2019-06-25 Tom Tromey <tom@tromey.com> + * tui/tui-wingeneral.c (tui_refresh_all): Update. * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) (tui_source_window_base::set_new_height): Update. |