mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
don't store dict: it's in the model
This commit is contained in:
parent
278b815a3e
commit
cd5069474e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ typedef struct _AndGlobals {
|
||||||
VTableMgr* vtMgr;
|
VTableMgr* vtMgr;
|
||||||
CurGameInfo* gi;
|
CurGameInfo* gi;
|
||||||
DrawCtx* dctx;
|
DrawCtx* dctx;
|
||||||
DictionaryCtxt* dict;
|
|
||||||
XW_UtilCtxt* util;
|
XW_UtilCtxt* util;
|
||||||
} AndGlobals;
|
} AndGlobals;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue