diff options
Diffstat (limited to 'dix/grabs.c')
-rw-r--r-- | dix/grabs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/grabs.c b/dix/grabs.c index 142fc4a27..164e200ce 100644 --- a/dix/grabs.c +++ b/dix/grabs.c @@ -104,7 +104,6 @@ CreateGrab( grab->detail.pMask = NULL; grab->confineTo = confineTo; grab->cursor = cursor; - grab->genericMasks = NULL; grab->next = NULL; if (cursor) cursor->refcnt++; |