From 77057bed68e16af625b2e4f75d2ede9762cc71e7 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 11 Dec 2015 08:09:30 +0100 Subject: Inline effectively constant term::{char,attr}_blank --- src/main-gtk2.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/main-gtk2.c') 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; -- cgit v1.2.3