aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tuiCommand.h
diff options
context:
space:
mode:
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*/