* tuiSourceWin.h: Remove unused declarations.
* tuiSourceWin.c (tui_vUpdateSourceWindowsWithAddr): Remove. (tui_vUpdateSourceWindowsWithLine): Remove. (tui_vAllSetHasBreakAt): Remove. * tuiLayout.h (tui_set_layout): Declare. (tui_vSetLayoutTo): Remove. (tui_vAddWinToLayout): Remove. * tuiLayout.c (_tuiLayout_command): Call tui_enable() to force TUI. (_tuiToggleLayout_command): Remove. (_tuiToggleSplitLayout_command): Remove. (_tuiLayout_command): Remove. (tui_vSetLayoutTo): Remove. (tui_vAddWinToLayout): Remove. * tuiDataWin.h (tui_vCheckDataValues): Remove. * tuiDataWin.c (tui_vCheckDataValues): Remove.
This commit is contained in:
parent
1854bb2190
commit
19eb139b72
7 changed files with 32 additions and 133 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "defs.h"
|
||||
#include "tui.h"
|
||||
#include "tuiData.h"
|
||||
#include "tuiGeneralWin.h"
|
||||
#include "tuiRegs.h"
|
||||
|
||||
|
||||
|
@ -296,22 +297,6 @@ tuiCheckDataValues (struct frame_info *frame)
|
|||
} /* tuiCheckDataValues */
|
||||
|
||||
|
||||
/*
|
||||
** tui_vCheckDataValues().
|
||||
** Function to check the data values and hilite any that have
|
||||
** changed with args in a va_list
|
||||
*/
|
||||
void
|
||||
tui_vCheckDataValues (va_list args)
|
||||
{
|
||||
struct frame_info *frame = va_arg (args, struct frame_info *);
|
||||
|
||||
tuiCheckDataValues (frame);
|
||||
|
||||
return;
|
||||
} /* tui_vCheckDataValues */
|
||||
|
||||
|
||||
/*
|
||||
** tuiVerticalDataScroll()
|
||||
** Scroll the data window vertically forward or backward.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue