diff options
Diffstat (limited to 'src/XChgDCtl.c')
-rw-r--r-- | src/XChgDCtl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XChgDCtl.c b/src/XChgDCtl.c index e70db73..f7a537a 100644 --- a/src/XChgDCtl.c +++ b/src/XChgDCtl.c @@ -182,7 +182,6 @@ XChangeDeviceControl(dpy, dev, control, d) return rep.status; } } -#if 0 case DEVICE_ENABLE: { XDeviceEnableControl *E = (XDeviceEnableControl *) d; @@ -204,7 +203,6 @@ XChangeDeviceControl(dpy, dev, control, d) return rep.status; } } -#endif default: { xDeviceCtl u; |