summaryrefslogtreecommitdiff
path: root/src/main-x11.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-x11.c
parent1d477ab119bc87793449307d59eadec096e9aa6f (diff)
Inline effectively constant term::{char,attr}_blank
Diffstat (limited to 'src/main-x11.c')
-rw-r--r--src/main-x11.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main-x11.c b/src/main-x11.c
index 6d122744..ef828555 100644
--- a/src/main-x11.c
+++ b/src/main-x11.c
@@ -2476,10 +2476,6 @@ static errr term_data_init(term_data *td, int i)
/* Use a "soft" cursor */
t->soft_cursor = TRUE;
- /* Erase with "white space" */
- t->attr_blank = TERM_WHITE;
- t->char_blank = ' ';
-
/* Hooks */
t->xtra_hook = Term_xtra_x11;
t->curs_hook = Term_curs_x11;