Hi tech@,

Clean up disabled declaration in the text struct.

Comments? OK?

Index: games/adventure/hdr.h
===================================================================
RCS file: /cvs/src/games/adventure/hdr.h,v
retrieving revision 1.15
diff -u -p -r1.15 hdr.h
--- games/adventure/hdr.h       8 Mar 2016 10:48:39 -0000       1.15
+++ games/adventure/hdr.h       10 Apr 2017 09:24:28 -0000
@@ -85,9 +85,6 @@ struct hashtab        {               /* hash table for voca
 } voc[HTSIZE];
 
 struct text {
-#ifdef OLDSTUFF
-       int seekadr;            /* DATFILE must be < 2**16      */
-#endif /* OLDSTUFF */
        char *seekadr;          /* Msg start in virtual disk    */
        int txtlen;             /* length of msg starting here  */
 };

Reply via email to