mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 18:28:05 +02:00
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>
This commit is contained in:
parent
c20c889727
commit
83d90b90bc
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue