[gtk/wip/matthiasc/popup2: 89/90] Remove surface->children



commit 5310c2b4b782bada00d270990fb0c6a314cdbd08
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 23 09:29:09 2019 -0400

    Remove surface->children
    
    This field is not used at all anymore.

 gdk/gdkinternals.h | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 15aa2fa458..8ca6b0658e 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -153,9 +153,6 @@ struct _GdkSurface
 
   guint8 resize_count;
 
-  GList *children;
-  GList children_list_node;
-
   GdkGLContext *gl_paint_context;
 
   cairo_region_t *update_area;


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