Remove make_data_window
authorTom Tromey <tom@tromey.com>
Mon, 1 Jul 2019 20:37:38 +0000 (14:37 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:19 +0000 (12:19 -0600)
commit0912922656b9fec5f04623ea49292b7ae564c7ef
tree9c2e7e52707d4c69f6e1b39bd3397821e05b2450
parent4a8a5e84a777c7c267503a1d1ee15bce2ba19d1d
Remove make_data_window

As with the previous patches, unifying the creation and
re-initialization cases for the data window lets us remove
make_data_window in favor of simply using "new".

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

* tui/tui-layout.c (make_data_window): Remove.
(show_data): Unify creation and re-initialization cases.
gdb/ChangeLog
gdb/tui/tui-layout.c