Remove tui_clear_win_detail
authorTom Tromey <tom@tromey.com>
Sun, 16 Jun 2019 17:29:45 +0000 (11:29 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 25 Jun 2019 13:48:29 +0000 (07:48 -0600)
commit7778b9128f46b1bb7af965ae3821f63b05c627ef
tree954e2b9bb0870ce9e1bb5a487029dcad2d1bc695
parentf83d391c5aa3304faf8ef1384a6c64f082653260
Remove tui_clear_win_detail

An earlier patch changed the context of the sole call to
tui_clear_win_detail to make it clear that this can never be called
with a NULL window pointer.  So, remove tui_clear_win_detail in favor
of calling the method directly.

gdb/ChangeLog
2019-06-25  Tom Tromey  <tom@tromey.com>

* tui/tui-data.h (tui_clear_win_detail): Don't declare.
* tui/tui-data.c (tui_clear_source_windows_detail): Call the
clear_detail method directly.
(tui_clear_win_detail): Remove.
gdb/ChangeLog
gdb/tui/tui-data.c
gdb/tui/tui-data.h
This page took 0.026232 seconds and 4 git commands to generate.