diff options
-rw-r--r-- | dix/events.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dix/events.c b/dix/events.c index 125a0ee29..7e7a1c9eb 100644 --- a/dix/events.c +++ b/dix/events.c @@ -4260,12 +4260,6 @@ DeliverGrabbedEvent(InternalEvent *event, DeviceIntPtr thisDev, thisDev); } if (!deliveries) { - /* XXX: In theory, we could pass the internal events through to - * everything and only convert just before hitting the wire. We can't - * do that yet, so DGE is the last stop for internal events. From here - * onwards, we deal with core/XI events. - */ - sendCore = (IsMaster(thisDev) && thisDev->coreEvents); /* try core event */ if ((sendCore && grab->grabtype == CORE) || grab->grabtype != CORE) |