don't store dict: it's in the model

This commit is contained in:
ehouse 2010-01-09 17:11:31 +00:00
parent 278b815a3e
commit cd5069474e

View file

@ -9,7 +9,6 @@ typedef struct _AndGlobals {
VTableMgr* vtMgr;
CurGameInfo* gi;
DrawCtx* dctx;
DictionaryCtxt* dict;
XW_UtilCtxt* util;
} AndGlobals;