diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-25 09:53:27 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-25 09:53:27 +0000 |
commit | 3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b (patch) | |
tree | 556503b7359eb2183f3b11dbed9d6a463e82100c /gdb/tui/tuiStack.h | |
parent | 5564c76952a3968193fba003f2208b718c8eca06 (diff) | |
download | gdb-3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b.zip gdb-3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b.tar.gz gdb-3a42771a8e4c02ef6d52820cd5c1f0f3ca5bb71b.tar.bz2 |
* tuiStack.h (tuiClearLocatorDisplay): Don't declare.
* tuiStack.c (tuiClearLocatorDisplay): Remove.
(tuiShowLocatorContent): Use wclrtoeol to clear end of status line.
(tuiUpdateLocatorDisplay): Don't call tuiClearLocatorDisplay.
Diffstat (limited to 'gdb/tui/tuiStack.h')
-rw-r--r-- | gdb/tui/tuiStack.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/tui/tuiStack.h b/gdb/tui/tuiStack.h index 90aab5a..7667420 100644 --- a/gdb/tui/tuiStack.h +++ b/gdb/tui/tuiStack.h @@ -1,5 +1,5 @@ /* TUI display locator. - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. This file is part of GDB. @@ -34,7 +34,6 @@ extern void tuiUpdateLocatorDisplay (struct frame_info *); extern void tuiSetLocatorContent (struct frame_info *); extern void tuiShowLocatorContent (void); extern void tuiClearLocatorContent (void); -extern void tuiClearLocatorDisplay (void); extern void tuiSwitchFilename (char *); extern void tuiShowFrameInfo (struct frame_info *); extern void tuiGetLocatorFilename (TuiGenWinInfoPtr, char **); |