summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-09-30 20:49:26 +0200
committerTimm Bäder <mail@baedert.org>2017-10-01 09:19:09 +0200
commit0f6574dd05bfbbcc68f5f786c82c316e84fbfd5b (patch)
tree1803f6d975bf5e8da71455bc008df600a7beddc4 /gtk/gtkstylecontext.h
parentb5c3c51124188d014dd88d3b2244def97e609921 (diff)
downloadgtk+-0f6574dd05bfbbcc68f5f786c82c316e84fbfd5b.tar.gz
stylecontext: Drop priv pointer
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h2
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