From: David Griffith Date: Thu, 16 Aug 2012 08:43:35 +0000 (-0700) Subject: No reason for Blorb stuff to appear in the core. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=bc4f49ee98570448880ebf9177ede658d793954c;p=liskon_frotz.git No reason for Blorb stuff to appear in the core. --- diff --git a/src/common/frotz.h b/src/common/frotz.h index f41125a..403ebe3 100644 --- a/src/common/frotz.h +++ b/src/common/frotz.h @@ -493,12 +493,6 @@ extern char *option_zcode_path; /* dg */ extern long reserve_mem; -/*** Blorb stuff ***/ -/* -bb_err_t blorb_err; -bb_map_t *blorb_map; -*/ - /*** Z-machine opcodes ***/ void z_add (void);