Remove tui_source_window::show_symtab_source
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.c
index a4d808faada9db3fefc61e052ce88b530ea2d8b6..062f26f55ebc7ad647bf3cd79e6f20a8e30389fe 100644 (file)
@@ -125,18 +125,6 @@ tui_source_window::set_contents (struct gdbarch *arch,
 }
 
 
-/* Function to display source in the source window.  This function
-   initializes the horizontal scroll to 0.  */
-void
-tui_source_window::show_symtab_source (struct gdbarch *gdbarch,
-                                      struct symtab *s,
-                                      struct tui_line_or_address line)
-{
-  horizontal_offset = 0;
-  update_source_window_as_is (gdbarch, s, line);
-}
-
-
 /* Answer whether the source is currently displayed in the source
    window.  */
 bool
This page took 0.022844 seconds and 4 git commands to generate.