From: David Griffith Date: Mon, 27 Feb 2017 04:49:30 +0000 (-0800) Subject: Remove more Blorb stuff from ux_frotz.h. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=0385cfaad395f41b1c50a39acb05b2251118bfab;p=liskon_frotz.git Remove more Blorb stuff from ux_frotz.h. --- diff --git a/src/curses/ux_frotz.h b/src/curses/ux_frotz.h index 7247075..d3248db 100644 --- a/src/curses/ux_frotz.h +++ b/src/curses/ux_frotz.h @@ -79,12 +79,6 @@ extern char *gamepath; /* use to find sound files */ extern f_setup_t f_setup; extern u_setup_t u_setup; -/*** Blorb related stuff ***/ -//extern bb_err_t blorb_err; -//extern bb_map_t *blorb_map; -//extern bb_result_t blorb_res; -//extern FILE *blorb_fp; - /*** Functions specific to the Unix port of Frotz ***/ bool unix_init_pictures(void); /* ux_pic.c */