diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-31 19:28:59 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:52 +0100 |
commit | 0a3ac5efbced071e080af10e03748eb53e747807 (patch) | |
tree | 8cd60f23243ad6747ef318945c3ed36e340bcb24 /gtk/gtkstylepropertyprivate.h | |
parent | edb8bf4b1d9506770f67fc82ce0113ea54a8af1b (diff) | |
download | gtk+-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.h | 1 |
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; |