diff options
author | Timm Bäder <mail@baedert.org> | 2018-06-04 19:12:55 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-06-04 21:58:44 +0200 |
commit | 9109b0c3f25e5761699f3598c2d4ceb765a6d648 (patch) | |
tree | fefc05902a98f2273e831cb27f10ad9cfe4473b2 /gtk/gtkstatusbar.h | |
parent | 758137b5d9623fc1cd52c818d7896d37dbde14a2 (diff) | |
download | gtk+-9109b0c3f25e5761699f3598c2d4ceb765a6d648.tar.gz |
statusbar: Remove priv pointer
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r-- | gtk/gtkstatusbar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index 61ef5cdd4b..880b960dc6 100644 --- a/gtk/gtkstatusbar.h +++ b/gtk/gtkstatusbar.h @@ -43,15 +43,11 @@ G_BEGIN_DECLS typedef struct _GtkStatusbar GtkStatusbar; -typedef struct _GtkStatusbarPrivate GtkStatusbarPrivate; typedef struct _GtkStatusbarClass GtkStatusbarClass; struct _GtkStatusbar { GtkWidget parent_instance; - - /*< private >*/ - GtkStatusbarPrivate *priv; }; struct _GtkStatusbarClass |