From 19d487bd0ce2216c7e3ffbce233d1689781ff8b0 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 26 Feb 2017 20:00:34 -0800 Subject: [PATCH] Delete useless Blorb members of u_setup_t structure. --- src/curses/ux_setup.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/curses/ux_setup.h b/src/curses/ux_setup.h index ac51f97..330fdd1 100644 --- a/src/curses/ux_setup.h +++ b/src/curses/ux_setup.h @@ -13,9 +13,6 @@ typedef struct unix_setup_struct { int current_color; /* ux_text.c ux_screen.c */ bool color_enabled; /* ux_init.c ux_pic.c ux_text.c */ - char *blorb_name; /* probably should be removed */ - char *blorb_file; /* probably should be removed */ - bool use_blorb; bool exec_in_blorb; -- 2.34.1