summaryrefslogtreecommitdiff
path: root/src/main-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-win.c')
-rw-r--r--src/main-win.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main-win.c b/src/main-win.c
index 05742c86..2ca6704b 100644
--- a/src/main-win.c
+++ b/src/main-win.c
@@ -1697,10 +1697,6 @@ static void term_data_link(term_data *td)
/* Use a "software" cursor */
t->soft_cursor = TRUE;
- /* Erase with "white space" */
- t->attr_blank = TERM_WHITE;
- t->char_blank = ' ';
-
/* Prepare the template hooks */
t->xtra_hook = Term_xtra_win;
t->curs_hook = Term_curs_win;