]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtklabel.h
Call gtk_widget_size_request() on reparented child, if one. Otherwise,
[~andy/gtk] / gtk / gtklabel.h
index 3abc5af67ba6dd4c702afeccc60c9ae03ac1938e..e6cf87a441e080fe91b70cbd3d3abd1c9deda8e4 100644 (file)
@@ -60,7 +60,6 @@ struct _GtkLabel
   gboolean wrap : 1;
 
   /*< private >*/
-  gint rtl : 2;                        /* Base dir, cached to detect changes */
   PangoLayout *layout;
 };