diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-11-27 16:08:44 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-12-03 08:24:03 +1000 |
commit | 83d90b90bcb71c89750f92a177361e53dd261414 (patch) | |
tree | 6c6b4e1fdd2206bde512ecad30de7263e8ff6708 /dix | |
parent | c20c8897272427cb3f755a3e28e80a9ad46f08a1 (diff) |
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 <peter.hutterer@who-t.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |