summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 19:28:59 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:52 +0100
commit0a3ac5efbced071e080af10e03748eb53e747807 (patch)
tree8cd60f23243ad6747ef318945c3ed36e340bcb24 /gtk/gtkstylepropertyprivate.h
parentedb8bf4b1d9506770f67fc82ce0113ea54a8af1b (diff)
downloadgtk+-0a3ac5efbced071e080af10e03748eb53e747807.tar.gz
styleproperty: Move id handling
only real style properties can have an id, so let GtkCssStylePropertyClass handle it.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index cc03728198..420f43265a 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -62,7 +62,6 @@ struct _GtkStyleProperty
GParamSpec *pspec;
GtkStylePropertyFlags flags;
- guint id;
GValue initial_value;
GtkStylePropertyParser property_parse_func;