summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 00:28:56 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:53 +0100
commit4821e52cf2ce967e024d37a9f329008a8ed46658 (patch)
tree576618425a7f3d35aa5534eedfe934faab7cf6e3 /gtk/gtkstylepropertyprivate.h
parent5ae00c375541fb5ca1105a9f6025e248511cd155 (diff)
downloadgtk+-4821e52cf2ce967e024d37a9f329008a8ed46658.tar.gz
styleproperty: Move pspec to GtkCssStyleProperty
shorthands don't use pspecs anymore.
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index 7b7b60bbec..73bd23fe75 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -58,8 +58,6 @@ struct _GtkStyleProperty
char *name;
GType value_type;
- GParamSpec *pspec;
-
GtkStylePropertyParser property_parse_func;
GtkStyleUnpackFunc unpack_func;
GtkStylePackFunc pack_func;