diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-04-17 14:12:28 -0400 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-04-19 19:22:20 +0100 |
commit | aa09737d4d1fa0e70c6d656547bb67c1d193d6ee (patch) | |
tree | 96c89986849820ee34b5cfc5d30a7e8550984dac | |
parent | 72600516b93bc0765cd36dfd62e13b2970cf816e (diff) | |
download | gtk+-aa09737d4d1fa0e70c6d656547bb67c1d193d6ee.tar.gz |
atspicontext: Remove an unused field
We don't make any use of the cache field, so drop it.
-rw-r--r-- | gtk/a11y/gtkatspicontext.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/a11y/gtkatspicontext.c b/gtk/a11y/gtkatspicontext.c index 3ee0bcb35c..a4c15ba41e 100644 --- a/gtk/a11y/gtkatspicontext.c +++ b/gtk/a11y/gtkatspicontext.c @@ -25,7 +25,6 @@ #include "gtkaccessibleprivate.h" #include "gtkatspiactionprivate.h" -#include "gtkatspicacheprivate.h" #include "gtkatspieditabletextprivate.h" #include "gtkatspiprivate.h" #include "gtkatspirootprivate.h" @@ -91,9 +90,6 @@ struct _GtkAtSpiContext /* The root object, used as a entry point */ GtkAtSpiRoot *root; - /* The cache object, used to retrieve ATContexts */ - GtkAtSpiCache *cache; - /* The address for the ATSPI accessibility bus */ char *bus_address; |