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/tuiGeneralWin.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/tuiGeneralWin.h')
-rw-r--r-- | gdb/tui/tuiGeneralWin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tui/tuiGeneralWin.h b/gdb/tui/tuiGeneralWin.h index 60c54f1..2016199 100644 --- a/gdb/tui/tuiGeneralWin.h +++ b/gdb/tui/tuiGeneralWin.h @@ -29,8 +29,6 @@ extern void tuiClearWin (TuiGenWinInfoPtr); extern void unhighlightWin (TuiWinInfoPtr); extern void makeVisible (TuiGenWinInfoPtr, int); extern void makeAllVisible (int); -extern void scrollWinForward (TuiGenWinInfoPtr, int); -extern void scrollWinBackward (TuiGenWinInfoPtr, int); extern void makeWindow (TuiGenWinInfoPtr, int); extern TuiWinInfoPtr copyWin (TuiWinInfoPtr); extern void boxWin (TuiGenWinInfoPtr, int); |