Remove some unnecessary focus switches
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.c
index fe1eb8fc333684ed187ef28f38121a5bc4daf0e2..72fbd46c7efcb35dcce3584836f85cf7e74bd82b 100644 (file)
@@ -201,11 +201,6 @@ tui_source_window_base::update_source_window_as_is
          sal.symtab = s;
          sal.pspace = SYMTAB_PSPACE (s);
          set_current_source_symtab_and_line (sal);
-         /* If the focus was in the asm win, put it in the src win if
-            we don't have a split layout.  */
-         if (tui_win_with_focus () == TUI_DISASM_WIN
-             && tui_current_layout () != SRC_DISASSEM_COMMAND)
-           tui_set_win_focus_to (this);
        }
     }
 }
This page took 0.023763 seconds and 4 git commands to generate.