Don't call tui_show_source from tui_ui_out
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index dbc890a9ade1ed5eacb181811e77248e9ca53d44..f33ff44128814e0ca9b4d8c9ae432caca62ebba6 100644 (file)
@@ -628,18 +628,6 @@ tui_reset (void)
 }
 #endif
 
-void
-tui_show_source ()
-{
-  struct symtab_and_line cursal = get_current_source_symtab_and_line ();
-
-  /* Make sure that the source window is displayed.  */
-  tui_add_win_to_layout (SRC_WIN);
-
-  tui_update_source_windows_with_line (cursal);
-  tui_update_locator_fullname (cursal.symtab);
-}
-
 void
 tui_show_assembly (struct gdbarch *gdbarch, CORE_ADDR addr)
 {
This page took 0.023362 seconds and 4 git commands to generate.