summaryrefslogtreecommitdiff
path: root/gtk/a11y
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-06-10 01:17:00 +0200
committerBenjamin Otte <otte@redhat.com>2014-06-10 01:17:00 +0200
commit4b793dd50885f18791664eb53e4469c6c91193da (patch)
treef18abb4f6afe22fcbcf7a02990be74b51c1ed968 /gtk/a11y
parent98954bd1d1e27e2e8b5181af1752a9e8e107c74c (diff)
downloadgtk+-4b793dd50885f18791664eb53e4469c6c91193da.tar.gz
a11y: Remove an outdated comment
Diffstat (limited to 'gtk/a11y')
-rw-r--r--gtk/a11y/gtkentryaccessible.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/a11y/gtkentryaccessible.c b/gtk/a11y/gtkentryaccessible.c
index 599f8cfe2d..3f2d77e32c 100644
--- a/gtk/a11y/gtkentryaccessible.c
+++ b/gtk/a11y/gtkentryaccessible.c
@@ -1378,11 +1378,6 @@ atk_editable_text_interface_init (AtkEditableTextIface *iface)
iface->set_run_attributes = NULL;
}
-/* We connect to GtkEditable::insert-text, since it carries
- * the information we need. But we delay emitting our own
- * text_changed::insert signal until the entry has update
- * all its internal state and emits GtkEntry::changed.
- */
static void
insert_text_cb (GtkEditable *editable,
gchar *new_text,