mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
remove unused constant
This commit is contained in:
parent
a55d4c4435
commit
dd019b576e
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef enum {
|
||||||
users */
|
users */
|
||||||
#endif
|
#endif
|
||||||
ERR_CANT_TRADE_MID_MOVE,
|
ERR_CANT_TRADE_MID_MOVE,
|
||||||
ERR_CANT_ENGINE_MID_MOVE,
|
/* ERR_CANT_ENGINE_MID_MOVE, */
|
||||||
/* ERR_NOT_YOUR_TURN_TO_TRADE, */
|
/* ERR_NOT_YOUR_TURN_TO_TRADE, */
|
||||||
/* ERR_NOT_YOUR_TURN_TO_MOVE, */
|
/* ERR_NOT_YOUR_TURN_TO_MOVE, */
|
||||||
ERR_CANT_UNDO_TILEASSIGN
|
ERR_CANT_UNDO_TILEASSIGN
|
||||||
|
@ -86,8 +86,10 @@ typedef struct UtilVtable {
|
||||||
|
|
||||||
VTableMgr* (*m_util_getVTManager)(XW_UtilCtxt* uc);
|
VTableMgr* (*m_util_getVTManager)(XW_UtilCtxt* uc);
|
||||||
|
|
||||||
|
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||||
XWStreamCtxt* (*m_util_makeStreamFromAddr )(XW_UtilCtxt* uc,
|
XWStreamCtxt* (*m_util_makeStreamFromAddr )(XW_UtilCtxt* uc,
|
||||||
XP_U16 channelNo );
|
XP_U16 channelNo );
|
||||||
|
#endif
|
||||||
|
|
||||||
XWBonusType (*m_util_getSquareBonus)( XW_UtilCtxt* uc, ModelCtxt* model,
|
XWBonusType (*m_util_getSquareBonus)( XW_UtilCtxt* uc, ModelCtxt* model,
|
||||||
XP_U16 col, XP_U16 row );
|
XP_U16 col, XP_U16 row );
|
||||||
|
|
Loading…
Add table
Reference in a new issue