summaryrefslogtreecommitdiff
path: root/src/main-gcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-gcu.c')
-rw-r--r--src/main-gcu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main-gcu.c b/src/main-gcu.c
index 3e1d1ff0..b129770d 100644
--- a/src/main-gcu.c
+++ b/src/main-gcu.c
@@ -784,10 +784,6 @@ static errr term_data_init_gcu(term_data *td, int rows, int cols, int y, int x)
/* Avoid bottom right corner */
t->icky_corner = TRUE;
- /* Erase with "white space" */
- t->attr_blank = TERM_WHITE;
- t->char_blank = ' ';
-
/* Set some hooks */
t->init_hook = Term_init_gcu;
t->nuke_hook = Term_nuke_gcu;