atspicontext: Remove an unused field

We don't make any use of the cache field, so drop it.
This commit is contained in:
Matthias Clasen 2021-04-17 14:12:28 -04:00 committed by Emmanuele Bassi
parent 72600516b9
commit aa09737d4d

View File

@ -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;