From bc4f49ee98570448880ebf9177ede658d793954c Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 16 Aug 2012 01:43:35 -0700 Subject: [PATCH] No reason for Blorb stuff to appear in the core. --- src/common/frotz.h | 6 ------ 1 file changed, 6 deletions(-) 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); -- 2.34.1