]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove unnecessary TUI declarations
authorTom Tromey <tom@tromey.com>
Tue, 16 Jun 2020 23:45:36 +0000 (17:45 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 18 Jun 2020 02:07:04 +0000 (20:07 -0600)
commit612f258a491539f36c618030cc558e83e7d58b4e
tree0bf0b61d82f43d7d8d151857f415e9c24b61b610
parent0574b47b73d57f7d78b174aaad01e8d1141bbe32
Remove unnecessary TUI declarations

I found some unnecessary declarations (and one unused macro) in the
TUI.  This patch removes them.

gdb/ChangeLog
2020-06-17  Tom Tromey  <tom@tromey.com>

* tui/tui-win.h (tui_scroll_forward, tui_scroll_backward)
(tui_scroll_left, tui_scroll_right, struct tui_win_info): Don't
declare.
* tui/tui-data.h (MIN_CMD_WIN_HEIGHT): Remove.
gdb/ChangeLog
gdb/tui/tui-data.h
gdb/tui/tui-win.h