diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-11 01:12:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-11-11 02:55:15 +0800 |
commit | abd2711b00f0c036d5a60e8a38bbdc83384f8822 (patch) | |
tree | 99b2cd89112a877a9220c755d0e346e8a14ae9de /widgets/table/e-cell-text.c | |
parent | e4c653b70c581be90bc7466575250ea0f3ffee2c (diff) | |
download | gsoc2013-evolution-abd2711b00f0c036d5a60e8a38bbdc83384f8822.tar.gz gsoc2013-evolution-abd2711b00f0c036d5a60e8a38bbdc83384f8822.tar.zst gsoc2013-evolution-abd2711b00f0c036d5a60e8a38bbdc83384f8822.zip |
Drop accessibility support for ECellText.
The accessibility code for ECellText is unmaintained and crashes
constantly. I'm evicting it from our code base until someone takes
ownership of the libgal accessibility support and deals with it.
Diffstat (limited to 'widgets/table/e-cell-text.c')
-rw-r--r-- | widgets/table/e-cell-text.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index a718f1d91e..6ff43f1264 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -44,8 +44,6 @@ #include <gtk/gtk.h> #include <libgnomecanvas/libgnomecanvas.h> -#include "gal-a11y-e-cell-registry.h" -#include "gal-a11y-e-cell-text.h" #include "text/e-text.h" #include <glib/gi18n.h> #include "e-util/e-text-event-processor.h" @@ -1645,8 +1643,6 @@ e_cell_text_class_init (ECellTextClass *klass) use_ellipsis_default = FALSE; } } - - gal_a11y_e_cell_registry_add_cell_type (NULL, E_TYPE_CELL_TEXT, gal_a11y_e_cell_text_new); } /* IM Context Callbacks */ |