summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-layout.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-08-08 18:39:50 +0000
committerMichael Snyder <msnyder@specifix.com>2007-08-08 18:39:50 +0000
commitca5e478b846ead38e12e32a8b335b81ba45699a8 (patch)
treee7b3c856daa227c4fbefe292b5c7effba7a630ad /gdb/tui/tui-layout.c
parentd435f8608df98b0e4d0cdb5e1bbcbd792cecfd0d (diff)
downloadgdb-ca5e478b846ead38e12e32a8b335b81ba45699a8.tar.gz
2007-08-08 Michael Snyder <msnyder@access-company.com>
* tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
Diffstat (limited to 'gdb/tui/tui-layout.c')
-rw-r--r--gdb/tui/tui-layout.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c
index 5a01736c253..5995af0d2b0 100644
--- a/gdb/tui/tui-layout.c
+++ b/gdb/tui/tui-layout.c
@@ -139,7 +139,6 @@ tui_set_layout (enum tui_layout_type layout_type,
enum tui_layout_type cur_layout = tui_current_layout (), new_layout = UNDEFINED_LAYOUT;
int regs_populate = FALSE;
CORE_ADDR addr = extract_display_start_addr ();
- struct tui_win_info * new_win_with_focus = (struct tui_win_info *) NULL;
struct tui_win_info * win_with_focus = tui_win_with_focus ();
struct tui_layout_def * layout_def = tui_layout_def ();
@@ -234,10 +233,8 @@ tui_set_layout (enum tui_layout_type layout_type,
break;
}
}
- if (new_win_with_focus != (struct tui_win_info *) NULL)
- tui_set_win_focus_to (new_win_with_focus);
/*
- ** Now update the window content
+ * Now update the window content.
*/
if (!regs_populate &&
(new_layout == SRC_DATA_COMMAND ||
@@ -494,10 +491,10 @@ tui_set_layout_for_display_command (const char *layout_name)
new_layout = prev_layout ();
else
status = TUI_FAILURE;
- xfree (buf_ptr);
tui_set_layout (new_layout, dpy_type);
}
+ xfree (buf_ptr);
}
else
status = TUI_FAILURE;