diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:14:40 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:44:10 +0100 |
commit | add946daed531e29935593fb2e7ee70286185baf (patch) | |
tree | 33ed16a9800979f0ea8a64e35af1d7c43570fa94 /Xi/chgdctl.c | |
parent | f2bda61c03f64133ef68dd1557b26ae7dc5beb0e (diff) |
Nuke unused variables
Diffstat (limited to 'Xi/chgdctl.c')
-rw-r--r-- | Xi/chgdctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xi/chgdctl.c b/Xi/chgdctl.c index bbec7ccf0..6044f6cd6 100644 --- a/Xi/chgdctl.c +++ b/Xi/chgdctl.c @@ -138,7 +138,6 @@ ProcXChangeDeviceControl(ClientPtr client) CARD32 *resolution; xDeviceAbsCalibCtl *calib; xDeviceAbsAreaCtl *area; - xDeviceCoreCtl *c; xDeviceEnableCtl *e; devicePresenceNotify dpn; |