Remove vestiges of quest text data file

This commit is contained in:
Pasi Kallinen
2019-11-25 16:30:54 +02:00
parent b66bcc2f5a
commit ddd8b7d9a5
6 changed files with 4 additions and 475 deletions

View File

@@ -1119,12 +1119,6 @@ struct instance_globals {
/* questpgr.c */
char cvt_buf[CVT_BUF_SIZE];
struct qtlists qt_list;
#ifdef DLB
struct dlb_handle *msg_file;
#else
FILE *msg_file;
#endif
/* used by ldrname() and neminame(), then copied into cvt_buf */
char nambuf[CVT_BUF_SIZE];