summaryrefslogtreecommitdiff
path: root/src/main-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-sdl.c')
-rw-r--r--src/main-sdl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main-sdl.c b/src/main-sdl.c
index 7a534ad5..1ab89545 100644
--- a/src/main-sdl.c
+++ b/src/main-sdl.c
@@ -1767,10 +1767,6 @@ static errr term_data_init(term_data *td, int i)
/* Picture routine flags */
t->always_text = FALSE;
- /* Erase with "white space" */
- t->attr_blank = TERM_WHITE;
- t->char_blank = ' ';
-
/* Hooks */
t->xtra_hook = Term_xtra_sdl;
t->curs_hook = Term_curs_sdl;