summaryrefslogtreecommitdiff
path: root/src/main-win.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit77057bed68e16af625b2e4f75d2ede9762cc71e7 (patch)
treeb39dd42378c08699ea703b461ecc67805c923753 /src/main-win.c
parent1d477ab119bc87793449307d59eadec096e9aa6f (diff)
Inline effectively constant term::{char,attr}_blank
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;