Move source window common to code to tui-winsource.[ch]
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.c
index e171101e7fb2b211afb8d9b8e6d710c6c4f6dee0..f0bac24bfea4d6b5837cee4603ab605bc97567e1 100644 (file)
@@ -291,12 +291,3 @@ tui_source_window::location_matches_p (struct bp_location *loc, int line_no)
          && filename_cmp (fullname,
                           symtab_to_fullname (loc->symtab)) == 0);
 }
-
-void
-tui_source_window_base::reset (int height, int width,
-                              int origin_x, int origin_y)
-{
-  tui_gen_win_info::reset (height, width - 3,
-                          origin_x + 3, origin_y);
-  execution_info->reset (height, 3, origin_x, origin_y);
-}
This page took 0.026257 seconds and 4 git commands to generate.