[gtk/gtk-4-2: 47/91] atspicontext: Remove an unused field




commit 016294ba6e6209668f7209bb17cce10b72ac739a
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Apr 17 14:12:28 2021 -0400

    atspicontext: Remove an unused field
    
    We don't make any use of the cache field, so drop it.

 gtk/a11y/gtkatspicontext.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/gtk/a11y/gtkatspicontext.c b/gtk/a11y/gtkatspicontext.c
index c55117587b..f2af7520f1 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]