Simplify tui_source_window_base::maybe_update method
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.h
index 8b9620034feafe01c5fabffde2a3cd25dea5b74f..1ba967c5b622e0b93ae7bc2d1b645f73c7fecc2b 100644 (file)
@@ -109,8 +109,7 @@ public:
 
   /* Update the window to display the given location.  Does nothing if
      the location is already displayed.  */
-  virtual void maybe_update (struct frame_info *fi, symtab_and_line sal,
-                            int line_no, CORE_ADDR addr) = 0;
+  virtual void maybe_update (struct frame_info *fi, symtab_and_line sal) = 0;
 
   void update_source_window_as_is  (struct gdbarch *gdbarch,
                                    struct symtab *s,
This page took 0.02296 seconds and 4 git commands to generate.