From 83d90b90bcb71c89750f92a177361e53dd261414 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 27 Nov 2009 16:08:44 +1000 Subject: [PATCH] dix: remove some obsolete comment. The "counterpart to biggest hack" included checking for the motion history function - which is unified in 1.7. Hence the check (which is already removed) would evaluate to true anyway, and this comment isn't needed. Signed-off-by: Peter Hutterer Reviewed-by: Keith Packard --- dix/devices.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dix/devices.c b/dix/devices.c index 3634eece0..bb7b23b83 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -686,7 +686,6 @@ FreeDeviceClass(int type, pointer *class) { ValuatorClassPtr *v = (ValuatorClassPtr*)class; - /* Counterpart to 'biggest hack ever' in init. */ if ((*v)->motion) xfree((*v)->motion); xfree((*v));