summaryrefslogtreecommitdiff
path: root/src/main-x11.c
diff options
context:
space:
mode:
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;