From 26d23d8e0242af67db3d2317b75ca783cdadd5b5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 29 Jun 2024 10:08:01 -0600 Subject: Remove tui_refresh_cmd_win tui_refresh_cmd_win is no longer needed and can be replaced with a call to the refresh_window method. --- gdb/tui/tui-command.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gdb/tui/tui-command.c') diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index 2060a36..677721d 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -51,11 +51,3 @@ tui_cmd_window::resize (int height_, int width_, int origin_x, int origin_y) wmove (handle.get (), 0, 0); } } - -/* See tui-command.h. */ - -void -tui_refresh_cmd_win (void) -{ - tui_cmd_win ()->refresh_window (); -} -- cgit v1.1