mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove dead code
This commit is contained in:
parent
885e7f0192
commit
067c3c8cd0
1 changed files with 0 additions and 8 deletions
|
@ -38,12 +38,6 @@ typedef struct BdHintLimits {
|
|||
|
||||
XP_U16 engine_getScoreCache( EngineCtxt* engine, XP_U16 row );
|
||||
|
||||
#if 0
|
||||
#define engine_reset(e) /* nothing for now */
|
||||
#else
|
||||
|
||||
typedef XP_Bool (*Continue_Callback)(void* state);
|
||||
|
||||
EngineCtxt* engine_make( MPFORMAL XW_UtilCtxt* util, XP_Bool isRobot );
|
||||
|
||||
void engine_writeToStream( EngineCtxt* ctxt, XWStreamCtxt* stream );
|
||||
|
@ -66,8 +60,6 @@ XP_Bool engine_findMove( EngineCtxt* ctxt, ModelCtxt* model,
|
|||
MoveInfo* result );
|
||||
XP_Bool engine_check( DictionaryCtxt* dict, Tile* buf, XP_U16 buflen );
|
||||
|
||||
#endif /* 0 */
|
||||
|
||||
#ifdef CPLUS
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue