mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 12:00:08 +01:00
xfree86: remove log-spamming DebugF
All input drivers use xf86PostKeyEventP indirectly now and have been since
it exists. I guess that qualifies it as tested - no need to spam the logs.
Reported-by: Felix Wenk
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit bd7430a32e)
This commit is contained in:
parent
5c35d07c3b
commit
5bc90ffdee
1 changed files with 0 additions and 10 deletions
|
|
@ -896,11 +896,6 @@ xf86PostKeyEvent(DeviceIntPtr device,
|
|||
int i = 0;
|
||||
static int valuators[MAX_VALUATORS];
|
||||
|
||||
/* instil confidence in the user */
|
||||
DebugF("this function has never been tested properly. if things go quite "
|
||||
"badly south after this message, then xf86PostKeyEvent is "
|
||||
"broken.\n");
|
||||
|
||||
XI_VERIFY_VALUATORS(num_valuators);
|
||||
|
||||
va_start(var, num_valuators);
|
||||
|
|
@ -924,11 +919,6 @@ xf86PostKeyEventP(DeviceIntPtr device,
|
|||
{
|
||||
int i = 0, nevents = 0;
|
||||
|
||||
/* instil confidence in the user */
|
||||
DebugF("this function has never been tested properly. if things go quite "
|
||||
"badly south after this message, then xf86PostKeyEvent is "
|
||||
"broken.\n");
|
||||
|
||||
XI_VERIFY_VALUATORS(num_valuators);
|
||||
|
||||
if (is_absolute) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue