mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 20:30:10 +01:00
dix: remove obsolete comment.from EnableDevice.
The code this comment was referring to was removed in8b5086250a"Eliminate bogus event resizing." Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commitcf4f3d0518)
This commit is contained in:
parent
869d377214
commit
2ab11e0973
1 changed files with 0 additions and 4 deletions
|
|
@ -318,10 +318,6 @@ EnableDevice(DeviceIntPtr dev, BOOL sendevent)
|
|||
}
|
||||
}
|
||||
|
||||
/* Before actually enabling the device, we need to make sure the event
|
||||
* list's events have enough memory for a ClassesChangedEvent from the
|
||||
* device
|
||||
*/
|
||||
if ((*prev != dev) || !dev->inited ||
|
||||
((ret = (*dev->deviceProc)(dev, DEVICE_ON)) != Success)) {
|
||||
ErrorF("[dix] couldn't enable device %d\n", dev->id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue