diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-24 10:15:54 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-24 10:15:54 +0000 |
commit | e9ae5755d3e70272c36bf5a1fefcdb3010035925 (patch) | |
tree | 18e124884419255a628cce48604d3f11e2938957 /gdb/tui/tuiSourceWin.h | |
parent | ad0fd2c86127cf8f988f37521c2f0006240b085a (diff) | |
download | gdb-e9ae5755d3e70272c36bf5a1fefcdb3010035925.zip gdb-e9ae5755d3e70272c36bf5a1fefcdb3010035925.tar.gz gdb-e9ae5755d3e70272c36bf5a1fefcdb3010035925.tar.bz2 |
* tuiSourceWin.c (tuiSrcWinIsDisplayed): Remove.
(tuiAsmWinIsDisplayed): Remove.
(tuiShowAllSourceWinsContent): Remove.
(tuiUpdateOnEnd): Remove.
* tuiGeneralWin.c (scrollWinForward): Remove.
(scrollWinBackward): Remove.
(_winResize): Don't declare.
* tui.h (tuiUpdateOnEnd): Don't declare.
(vcatch_errors, va_catch_errors): Likewise.
* tuiSourceWin.h (tuiUpdateOnEnd): Likewise.
(tuiShowAllSourceWinsContent): Likewise.
* tuiGeneralWin.h (scrollWinForward): Likewise.
(scrollWinBackward): Likewise.
Diffstat (limited to 'gdb/tui/tuiSourceWin.h')
-rw-r--r-- | gdb/tui/tuiSourceWin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/tui/tuiSourceWin.h b/gdb/tui/tuiSourceWin.h index ced01f7..391077b 100644 --- a/gdb/tui/tuiSourceWin.h +++ b/gdb/tui/tuiSourceWin.h @@ -36,11 +36,8 @@ extern void tuiEraseSourceContent (TuiWinInfoPtr, int); extern void tuiEraseAllSourceWinsContent (int); extern void tuiSetSourceContentNil (TuiWinInfoPtr, char *); extern void tuiShowSourceContent (TuiWinInfoPtr); -extern void tuiShowAllSourceWinsContent (void); extern void tuiHorizontalSourceScroll (TuiWinInfoPtr, TuiScrollDirection, int); -extern void tuiUpdateOnEnd (void); - extern TuiStatus tuiSetExecInfoContent (TuiWinInfoPtr); extern void tuiShowExecInfoContent (TuiWinInfoPtr); extern void tuiShowAllExecInfosContent (void); |