label: Remove priv pointer

This commit is contained in:
Timm Bäder
2017-09-30 18:48:11 +02:00
parent bcaed4b420
commit edaa2c42ee
2 changed files with 165 additions and 171 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -52,9 +52,6 @@ typedef struct _GtkLabelSelectionInfo GtkLabelSelectionInfo;
struct _GtkLabel
{
GtkWidget parent_instance;
/*< private >*/
GtkLabelPrivate *priv;
};
struct _GtkLabelClass