diff options
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/stubs.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Xi/stubs.c b/Xi/stubs.c index d9e8eec72..6a4c18158 100644 --- a/Xi/stubs.c +++ b/Xi/stubs.c @@ -115,17 +115,7 @@ int ChangeDeviceControl(ClientPtr client, DeviceIntPtr dev, xDeviceCtl * control) { - switch (control->control) { - case DEVICE_RESOLUTION: - return BadMatch; - case DEVICE_ABS_CALIB: - case DEVICE_ABS_AREA: - return BadMatch; - case DEVICE_CORE: - return BadMatch; - default: - return BadMatch; - } + return BadMatch; } |