From 0c5e1ab504b4e8c56974a234bd440e9fa2f1f941 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 12 Oct 2009 19:11:20 +0000 Subject: Updated to: font-util-1.1.1 xorg-server-1.7.0.901 --- xorg-server/hw/xfree86/common/xf86Xinput.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'xorg-server/hw/xfree86/common/xf86Xinput.c') diff --git a/xorg-server/hw/xfree86/common/xf86Xinput.c b/xorg-server/hw/xfree86/common/xf86Xinput.c index b36953700..fd07c2a06 100644 --- a/xorg-server/hw/xfree86/common/xf86Xinput.c +++ b/xorg-server/hw/xfree86/common/xf86Xinput.c @@ -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) { -- cgit v1.2.3