summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-06-04 19:12:55 +0200
committerTimm Bäder <mail@baedert.org>2018-06-04 21:58:44 +0200
commit9109b0c3f25e5761699f3598c2d4ceb765a6d648 (patch)
treefefc05902a98f2273e831cb27f10ad9cfe4473b2 /gtk/gtkstatusbar.h
parent758137b5d9623fc1cd52c818d7896d37dbde14a2 (diff)
downloadgtk+-9109b0c3f25e5761699f3598c2d4ceb765a6d648.tar.gz
statusbar: Remove priv pointer
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r--gtk/gtkstatusbar.h4
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