mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
Remove commented-out field. (Forgot to save before checking in....)
This commit is contained in:
parent
d00aa75a12
commit
cb22f01d2b
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ typedef struct DragState {
|
||||||
XP_Bool didMove; /* there was change during the drag; not a
|
XP_Bool didMove; /* there was change during the drag; not a
|
||||||
tap */
|
tap */
|
||||||
XP_Bool isBlank; /* cache rather than lookup in model */
|
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 */
|
Tile tile; /* cache rather than lookup in model */
|
||||||
DragObjInfo start;
|
DragObjInfo start;
|
||||||
DragObjInfo cur;
|
DragObjInfo cur;
|
||||||
|
|
Loading…
Reference in a new issue