diff options
Diffstat (limited to 'src/XGetDCtl.c')
-rw-r--r-- | src/XGetDCtl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/XGetDCtl.c b/src/XGetDCtl.c index 3fa709f..2e06b65 100644 --- a/src/XGetDCtl.c +++ b/src/XGetDCtl.c @@ -206,13 +206,10 @@ XGetDeviceControl(dpy, dev, control) C->control = DEVICE_CORE; C->length = sizeof(C); C->status = c->status; -#if 0 C->iscore = c->iscore; -#endif break; } -#if 0 case DEVICE_ENABLE: { xDeviceEnableState *e = (xDeviceEnableState *) d; @@ -224,7 +221,6 @@ XGetDeviceControl(dpy, dev, control) break; } -#endif default: break; } |