From 4f0516c42de23fedbd77e78b563b5b63c99a7bdc Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 4 Jul 2014 20:49:37 +0200 Subject: Remove TERM_XTRA_FROSH --- src/main-xxx.c | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'src/main-xxx.c') 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 = ' '; */ -- cgit v1.2.3