| commit | 04e63f26ba5f661fe28503e9aeb99fbdc5ea9a7b | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Wed Apr 24 16:05:25 2024 -0600 |
| committer | Tom Tromey <tom@tromey.com> | Fri May 10 12:41:13 2024 -0600 |
| tree | d6e9a673fc699251fc6b430808b15811e77ef054 | |
| parent | a2f972b330b1575f49ea7a02103085378e7937c7 [diff] |
Remove tui_refresh_all This removes tui_refresh_all. There is only a single caller, tui_refresh_all_win, so inlining the code there simplifies gdb at no cost. Reviewed-By: Alexandra Petlanova Hajkova <ahajkova@redhat.com> Approved-By: Andrew Burgess <aburgess@redhat.com>