From 0131dbd2f95449c09758208d8b190c9238a5c46a Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 18 Aug 2022 09:29:26 +0200 Subject: [PATCH] a11y atspi: Drop commented out "say hello to d-bus" code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This looks like a remnant of previous WIP code and was added in commit 8e1ff45e74f529c7f49688242ea0fd25ce2913f3 ("Add Linux Accessibility Bridge"). Change-Id: I8fab2c3554af101ed134715a4d4a494bdb01fc98 Reviewed-by: Tor Arne Vestbø --- src/gui/accessible/linux/atspiadaptor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/accessible/linux/atspiadaptor.cpp b/src/gui/accessible/linux/atspiadaptor.cpp index 03d54f29f41..5fe0d54fe25 100644 --- a/src/gui/accessible/linux/atspiadaptor.cpp +++ b/src/gui/accessible/linux/atspiadaptor.cpp @@ -1190,9 +1190,6 @@ void AtSpiAdaptor::childrenChanged(QAccessibleInterface *interface) const void AtSpiAdaptor::notifyAboutCreation(QAccessibleInterface *interface) const { -// // say hello to d-bus -// cache->emitAddAccessible(accessible->getCacheItem()); - // notify about the new child of our parent QAccessibleInterface * parent = interface->parent(); if (!parent) {