mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 03:00:15 +01:00
kdrive: drop excessive NewInputDeviceRequest debugging
This commit is contained in:
parent
4ea475924c
commit
eb7733a48a
1 changed files with 0 additions and 4 deletions
|
|
@ -2420,8 +2420,6 @@ NewInputDeviceRequest(InputOption *options)
|
|||
KdPointerInfo *pi = NULL;
|
||||
KdKeyboardInfo *ki = NULL;
|
||||
|
||||
ErrorF("handling NIDR\n");
|
||||
|
||||
for (option = options; option; option = option->next) {
|
||||
if (strcmp(option->key, "type") == 0) {
|
||||
if (strcmp(option->value, "pointer") == 0) {
|
||||
|
|
@ -2481,6 +2479,4 @@ NewInputDeviceRequest(InputOption *options)
|
|||
return BadImplementation;
|
||||
}
|
||||
}
|
||||
|
||||
ErrorF("done handling NIDR\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue