From 0385cfaad395f41b1c50a39acb05b2251118bfab Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 26 Feb 2017 20:49:30 -0800 Subject: [PATCH] Remove more Blorb stuff from ux_frotz.h. --- src/curses/ux_frotz.h | 6 ------ 1 file changed, 6 deletions(-) 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 */ -- 2.34.1