summaryrefslogtreecommitdiff
path: root/src/main-gtk2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-gtk2.c')
-rw-r--r--src/main-gtk2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main-gtk2.c b/src/main-gtk2.c
index bdf7f6a4..7bb1b14d 100644
--- a/src/main-gtk2.c
+++ b/src/main-gtk2.c
@@ -1271,10 +1271,7 @@ 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_gtk;
t->text_hook = Term_text_gtk;
t->wipe_hook = Term_wipe_gtk;