summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-10-26 11:14:40 +0100
committerJulien Cristau <jcristau@debian.org>2008-10-26 11:44:10 +0100
commitadd946daed531e29935593fb2e7ee70286185baf (patch)
tree33ed16a9800979f0ea8a64e35af1d7c43570fa94 /hw/xnest
parentf2bda61c03f64133ef68dd1557b26ae7dc5beb0e (diff)
Nuke unused variables
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Events.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c
index 355b46f98..35ba43269 100644
--- a/hw/xnest/Events.c
+++ b/hw/xnest/Events.c
@@ -117,7 +117,6 @@ void
xnestCollectEvents(void)
{
XEvent X;
- xEvent x;
int i, n, valuators[2];
ScreenPtr pScreen;
GetEventList(&xnestEvents);