summaryrefslogtreecommitdiff
path: root/src/main-xxx.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-07-04 20:49:37 +0200
committerBardur Arantsson <bardur@scientician.net>2014-07-04 20:49:37 +0200
commit4f0516c42de23fedbd77e78b563b5b63c99a7bdc (patch)
tree5e9c0eea06eed3a62d1025fa34071cfcc2823e9b /src/main-xxx.c
parent25f27454b680ae37439ef2f573988f74ebbb90e6 (diff)
Remove TERM_XTRA_FROSH
Diffstat (limited to 'src/main-xxx.c')
-rw-r--r--src/main-xxx.c25
1 files changed, 1 insertions, 24 deletions
diff --git a/src/main-xxx.c b/src/main-xxx.c
index 0c07b161..7ba92c5c 100644
--- a/src/main-xxx.c
+++ b/src/main-xxx.c
@@ -275,23 +275,6 @@ static errr Term_xtra_xxx(int n, int v)
return (0);
}
- case TERM_XTRA_FROSH:
- {
- /*
- * Flush a row of output XXX XXX XXX
- *
- * This action should make sure that row "v" of the "output"
- * to the window will actually appear on the window.
- *
- * This action is optional, assuming that "Term_text_xxx()"
- * (and similar functions) draw directly to the screen, or
- * that the "TERM_XTRA_FRESH" entry below takes care of any
- * necessary flushing issues.
- */
-
- return (0);
- }
-
case TERM_XTRA_FRESH:
{
/*
@@ -301,9 +284,7 @@ static errr Term_xtra_xxx(int n, int v)
* window will actually appear on the window.
*
* This action is optional, assuming that "Term_text_xxx()"
- * (and similar functions) draw directly to the screen, or
- * that the "TERM_XTRA_FROSH" entry above takes care of any
- * necessary flushing issues.
+ * (and similar functions) draw directly to the screen.
*/
return (0);
@@ -568,10 +549,6 @@ static void term_data_link(int i)
/* This may make things slightly more efficient. */
/* td->t->never_bored = TRUE; */
- /* Ignore the "TERM_XTRA_FROSH" action XXX XXX XXX */
- /* This may make things slightly more efficient. */
- /* td->t->never_frosh = TRUE; */
-
/* Erase with "white space" XXX XXX XXX */
/* td->t->attr_blank = TERM_WHITE; */
/* td->t->char_blank = ' '; */