diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-14 09:24:29 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-14 09:24:29 +1030 |
commit | 80159390595f9a8970c114c66190db371d585da1 (patch) | |
tree | 7eae073c518b41aa2bb5ab7ec45be3cc1aa79137 /src | |
parent | e3492c8385b2d0cce0c6e3e862f43a63f3e8917b (diff) |
XQueryDevicePointer: remove unused variables.
Diffstat (limited to 'src')
-rw-r--r-- | src/XQueryDvPtr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/XQueryDvPtr.c b/src/XQueryDvPtr.c index 5fab0e2..39026d0 100644 --- a/src/XQueryDvPtr.c +++ b/src/XQueryDvPtr.c @@ -46,9 +46,6 @@ XQueryDevicePointer(dpy, dev, w, root, child, root_x, root_y, win_x, win_y, int *root_x, *root_y, *win_x, *win_y; unsigned int *mask; { - int i, j; - int rlen; - int size = 0; xQueryDevicePointerReq *req; xQueryDevicePointerReply rep; |