Remove NOTDONE code

This commit is contained in:
wmoxam
2019-10-13 23:41:22 -04:00
committed by Jon Trulson
parent f2d52e35d6
commit 923951b414
4 changed files with 0 additions and 117 deletions

View File

@@ -1852,36 +1852,6 @@ _DtTermPrimBufferInsertLineFromTB
}
}
#ifdef NOTDONE
/**************************************************************************
* Function:
* _DtTermPrimBufferScrollToHistory(): scroll one or more lines
* of text from the beginning of the active buffer into
* the history buffer.
*
* Parameters:
* TermBuffer tb: term buffer to scroll out of
* short length: number of lines to scroll
*
* Returns:
* the number of lines scrolled (removed from active buffer)
*
* Notes:
*/
int
_DtTermPrimBufferScrollToHistory()
(
const TermBuffer tb,
const short length,
)
{
if (PREV_BUFFER(tb)) {
}
#endif /* NOTDONE */
/**************************************************************************
* Function:
* _DtTermPrimBufferDeleteLine(): deletes one or more lines of text from