diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-20 22:17:49 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-20 22:17:49 +0000 |
commit | 9b2d6ccae7105a8c8a002828bc95925d3e240be0 (patch) | |
tree | ddb5bf864acaafc83566c9d01f648c45113da5be /gdb/tui/tuiCommand.h | |
parent | 5c883cdc505ddcef984e4e01283ed798201a7a71 (diff) | |
download | fsf-binutils-gdb-9b2d6ccae7105a8c8a002828bc95925d3e240be0.zip fsf-binutils-gdb-9b2d6ccae7105a8c8a002828bc95925d3e240be0.tar.gz fsf-binutils-gdb-9b2d6ccae7105a8c8a002828bc95925d3e240be0.tar.bz2 |
* tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences.
(tuiIncrCommandCharCountBy): Remove.
(tuiDecrCommandCharCountBy): Remove.
(tuiSetCommandCharCountTo): Remove.
(tuiClearCommandCharCount): Remove.
Diffstat (limited to 'gdb/tui/tuiCommand.h')
-rw-r--r-- | gdb/tui/tuiCommand.h | 4 |
1 files changed, 0 insertions, 4 deletions
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*/ |