From 9b2d6ccae7105a8c8a002828bc95925d3e240be0 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Fri, 20 Jul 2001 22:17:49 +0000 Subject: * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences. (tuiIncrCommandCharCountBy): Remove. (tuiDecrCommandCharCountBy): Remove. (tuiSetCommandCharCountTo): Remove. (tuiClearCommandCharCount): Remove. --- gdb/tui/tuiCommand.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/tui/tuiCommand.h') diff --git a/gdb/tui/tuiCommand.h b/gdb/tui/tuiCommand.h index 6e0e774..7afeb1b 100644 --- a/gdb/tui/tuiCommand.h +++ b/gdb/tui/tuiCommand.h @@ -37,10 +37,6 @@ ******************************************/ extern unsigned int tuiDispatchCtrlChar (unsigned int); -extern int tuiIncrCommandCharCountBy (int); -extern int tuiDecrCommandCharCountBy (int); -extern int tuiSetCommandCharCountTo (int); -extern int tuiClearCommandCharCount (void); #endif /*_TUI_COMMAND_H*/ -- cgit v1.1