diff options
author | Timm Bäder <mail@baedert.org> | 2017-09-30 20:49:26 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-10-01 09:19:09 +0200 |
commit | 0f6574dd05bfbbcc68f5f786c82c316e84fbfd5b (patch) | |
tree | 1803f6d975bf5e8da71455bc008df600a7beddc4 /gtk/gtkstylecontext.h | |
parent | b5c3c51124188d014dd88d3b2244def97e609921 (diff) | |
download | gtk+-0f6574dd05bfbbcc68f5f786c82c316e84fbfd5b.tar.gz |
stylecontext: Drop priv pointer
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 67d63d61fe..d50cdf36be 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -38,12 +38,10 @@ G_BEGIN_DECLS #define GTK_STYLE_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_STYLE_CONTEXT, GtkStyleContextClass)) typedef struct _GtkStyleContextClass GtkStyleContextClass; -typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate; struct _GtkStyleContext { GObject parent_object; - GtkStyleContextPrivate *priv; }; struct _GtkStyleContextClass |