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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | widgets/table/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/Makefile.am b/widgets/table/Makefile.am index 04ce1c6f66..2764c96c81 100644 --- a/widgets/table/Makefile.am +++ b/widgets/table/Makefile.am @@ -73,7 +73,6 @@ libetable_la_SOURCES = \ gal-a11y-e-cell.c \ gal-a11y-e-cell-popup.c \ gal-a11y-e-cell-registry.c \ - gal-a11y-e-cell-text.c \ gal-a11y-e-cell-toggle.c \ gal-a11y-e-cell-tree.c \ gal-a11y-e-cell-vbox.c \ @@ -151,7 +150,6 @@ libetableinclude_HEADERS = \ gal-a11y-e-cell.h \ gal-a11y-e-cell-popup.h \ gal-a11y-e-cell-registry.h \ - gal-a11y-e-cell-text.h \ gal-a11y-e-cell-toggle.h \ gal-a11y-e-cell-tree.h \ gal-a11y-e-cell-vbox.h \ |