[gtk/wip/matthiasc/popup5: 34/151] Remove surface->parent



commit e68c5541e2acf8ce4b423abfa28e1d9aacbef4ef
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 23 09:13:55 2019 -0400

    Remove surface->parent
    
    This field is no longer used.

 gdk/gdkinternals.h | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index dbf56a541c..34e07986b6 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -142,7 +142,6 @@ struct _GdkSurface
 
   GdkSurfaceImpl *impl; /* window-system-specific delegate object */
 
-  GdkSurface *parent;
   GdkSurface *transient_for;
 
   gpointer widget;


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