summaryrefslogtreecommitdiff
path: root/src/main-sdl.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-sdl.c
parent25f27454b680ae37439ef2f573988f74ebbb90e6 (diff)
Remove TERM_XTRA_FROSH
Diffstat (limited to 'src/main-sdl.c')
-rw-r--r--src/main-sdl.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/main-sdl.c b/src/main-sdl.c
index 4e4dfd64..f42941e4 100644
--- a/src/main-sdl.c
+++ b/src/main-sdl.c
@@ -558,23 +558,6 @@ static errr Term_xtra_sdl(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 (1);
- }
-
case TERM_XTRA_FRESH:
{
/*
@@ -584,9 +567,7 @@ static errr Term_xtra_sdl(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.
*/
/* If terminal display has been held for any reason,