Delete useless Blorb members of u_setup_t structure.
authorDavid Griffith <dave@661.org>
Mon, 27 Feb 2017 04:00:34 +0000 (20:00 -0800)
committerDavid Griffith <dave@661.org>
Mon, 27 Feb 2017 04:00:34 +0000 (20:00 -0800)
src/curses/ux_setup.h

index ac51f97fe9e5101c899d00ea472e879646d80747..330fdd13069bdacb25939742f4d8fc7fff9eba7d 100644 (file)
@@ -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;