remove dead code

This commit is contained in:
ehouse 2008-02-27 05:38:28 +00:00
parent 885e7f0192
commit 067c3c8cd0

View file

@ -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