aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tuiCommand.h
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-07-20 22:17:49 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-07-20 22:17:49 +0000
commit9b2d6ccae7105a8c8a002828bc95925d3e240be0 (patch)
treeddb5bf864acaafc83566c9d01f648c45113da5be /gdb/tui/tuiCommand.h
parent5c883cdc505ddcef984e4e01283ed798201a7a71 (diff)
downloadfsf-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.h4
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*/