diff options
Diffstat (limited to 'gdb/tui/tui-win.c')
-rw-r--r-- | gdb/tui/tui-win.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 8963da2..aecb779 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -53,9 +53,6 @@ #include <signal.h> -/******************************* -** Static Local Decls -********************************/ static enum tui_status tui_adjust_win_heights (struct tui_win_info *, int); static int new_height_ok (struct tui_win_info *, int); @@ -71,16 +68,9 @@ static void parse_scrolling_args (const char *, int *); -/*************************************** -** DEFINITIONS -***************************************/ #define WIN_HEIGHT_USAGE "Usage: winheight WINDOW-NAME [+ | -] NUM-LINES\n" #define FOCUS_USAGE "Usage: focus [WINDOW-NAME | next | prev]\n" -/*************************************** -** PUBLIC FUNCTIONS -***************************************/ - #ifndef ACS_LRCORNER # define ACS_LRCORNER '+' #endif @@ -720,11 +710,6 @@ tui_initialize_win (void) } -/************************* -** STATIC LOCAL FUNCTIONS -**************************/ - - static void tui_scroll_forward_command (const char *arg, int from_tty) { |