Remove tui_set_focus
authorTom Tromey <tom@tromey.com>
Sat, 29 Jun 2019 05:23:37 +0000 (23:23 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:10 +0000 (12:19 -0600)
commit01aeb396d0e7a2d76f5f2391a30328dcdd5bed1e
tree038ed8f77982d21080343d1e5903cbb43abce27f
parentfd6c75eecd92ad888cc369489b31d2ed9015130e
Remove tui_set_focus

tui_set_focus_command is a simple wrapper for tui_set_focus, so rename
the latter and remove the wrapper function.

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

* tui/tui-win.c (tui_set_focus_command): Rename from
tui_set_focus.  Call tui_enable.
(tui_set_focus_command): Remove.
gdb/ChangeLog
gdb/tui/tui-win.c