From 824e970c5cc94fc7d5fe5f78a24d0d3057d87a84 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Sep 2010 15:03:39 +1000 Subject: [PATCH] xfree86: remove TS_Raw and TS_Scaled defines. There are no references to it other than the commit that added them. But since we're re-doing the API anyway, now is a good time to break things. commit 9398d62f27ee1b287e4458fd8b011c10f7b59efd Author: Daniel Stone Date: Wed Mar 21 00:18:24 2007 +0200 XFree86 input: Add backwards compatibility for motion history Add the old motion history API back, as a shim around the new mi API. Signed-off-by: Peter Hutterer Reviewed-by: Tiago Vignatti --- hw/xfree86/common/xf86Xinput.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 955d2aa61..7d3f3e202 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -71,10 +71,6 @@ return; \ } -/* Stupid API backwards-compatibility. */ -#define TS_Raw 60 -#define TS_Scaled 61 - /* This holds the input driver entry and module information. */ typedef struct _InputDriverRec { int driverVersion;