label: Remove priv pointer
This commit is contained in:
333
gtk/gtklabel.c
333
gtk/gtklabel.c
File diff suppressed because it is too large
Load Diff
@@ -52,9 +52,6 @@ typedef struct _GtkLabelSelectionInfo GtkLabelSelectionInfo;
|
||||
struct _GtkLabel
|
||||
{
|
||||
GtkWidget parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GtkLabelPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkLabelClass
|
||||
|
||||
Reference in New Issue
Block a user