TUI resize unification
[deliverable/binutils-gdb.git] / gdb / tui / tui-command.c
index ddbd8bccea5aab8f2f295e596468f6bd1f2c2547..f2040a75417ff67cfda9c8e3ece82efa12bab0c3 100644 (file)
 
 /* See tui-command.h.  */
 
-void
-tui_cmd_window::do_make_visible_with_new_height ()
-{
-#ifdef HAVE_WRESIZE
-  wresize (handle, height, width);
-#endif
-  mvwin (handle, origin.y, origin.x);
-  wmove (handle, 0, 0);
-}
-
-/* See tui-command.h.  */
-
 int
 tui_cmd_window::max_height () const
 {
This page took 0.029421 seconds and 4 git commands to generate.