mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 15:14:07 +00:00
dix: remove superfluous check.
This commit is contained in:
@@ -2640,9 +2640,6 @@ GetPairedDevice(DeviceIntPtr dev)
|
||||
if (!dev->isMaster && dev->u.master)
|
||||
dev = dev->u.master;
|
||||
|
||||
if (!dev->spriteInfo->paired)
|
||||
return NULL;
|
||||
|
||||
return dev->spriteInfo->paired;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user