From bd7db367c4bc72bef9c7848b99aaaa1431cf1672 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 21 Jun 2019 06:12:48 -0600 Subject: Remove layout_def::split The "split" field in struct layout_def is never used, so this patch removes it. gdb/ChangeLog 2019-06-25 Tom Tromey * tui/tui-layout.c (tui_set_layout): Update. * tui/tui-data.h (struct tui_layout_def) : Remove. * tui/tui-data.c (layout_def): Update. --- gdb/tui/tui-data.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/tui/tui-data.h') diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h index f29891c..0990a2d 100644 --- a/gdb/tui/tui-data.h +++ b/gdb/tui/tui-data.h @@ -176,7 +176,6 @@ struct tui_line_or_address struct tui_layout_def { enum tui_win_type display_mode; - int split; }; /* Elements in the Source/Disassembly Window. */ -- cgit v1.1