diff --git a/xwords4/common/boardp.h b/xwords4/common/boardp.h index 82c30a92c..d8bf1803a 100644 --- a/xwords4/common/boardp.h +++ b/xwords4/common/boardp.h @@ -58,9 +58,6 @@ typedef struct DragState { XP_Bool didMove; /* there was change during the drag; not a tap */ XP_Bool isBlank; /* cache rather than lookup in model */ -#ifdef XWFEATURE_SEARCHLIMIT -/* XP_Bool hintRectInvalidated; /\* only inval cur rect once after start drag *\/ */ -#endif Tile tile; /* cache rather than lookup in model */ DragObjInfo start; DragObjInfo cur;