No reason for Blorb stuff to appear in the core.
authorDavid Griffith <dave@661.org>
Thu, 16 Aug 2012 08:43:35 +0000 (01:43 -0700)
committerDavid Griffith <dave@661.org>
Thu, 16 Aug 2012 08:43:35 +0000 (01:43 -0700)
src/common/frotz.h

index f41125a544e7cfe6ddd57915e664e3103de98dd1..403ebe3ee5a16647776fc6a3bbc3889c16504a3a 100644 (file)
@@ -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);