diff options
Diffstat (limited to 'gdb/tui/tui-data.c')
-rw-r--r-- | gdb/tui/tui-data.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/tui/tui-data.c b/gdb/tui/tui-data.c index 748d897..f1f3947 100644 --- a/gdb/tui/tui-data.c +++ b/gdb/tui/tui-data.c @@ -34,12 +34,6 @@ static struct tui_win_info *win_with_focus = NULL; static bool win_resized = false; -int -tui_win_is_auxiliary (enum tui_win_type win_type) -{ - return (win_type > MAX_MAJOR_WINDOWS); -} - /* Answer a whether the terminal window has been resized or not. */ bool tui_win_resized () |