From cb22f01d2b4559dbb855d8d9f9e5c9d26b87cc44 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 13 Mar 2008 12:43:33 +0000 Subject: [PATCH] Remove commented-out field. (Forgot to save before checking in....) --- xwords4/common/boardp.h | 3 --- 1 file changed, 3 deletions(-) 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;