From: David Griffith Date: Mon, 27 Feb 2017 04:00:34 +0000 (-0800) Subject: Delete useless Blorb members of u_setup_t structure. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=19d487bd0ce2216c7e3ffbce233d1689781ff8b0;p=liskon_frotz.git Delete useless Blorb members of u_setup_t structure. --- 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;