summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 10:41:41 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:55 +0100
commit3375dd2a5f94a9671033a0ec51ccbd556418693f (patch)
tree040f4dbc1d5a5fc08bf8ec9307bdfd7273393805 /gtk/gtkstylepropertyprivate.h
parent61042d155cca8adb56d527e9f1a1f48d1b7a8834 (diff)
downloadgtk+-3375dd2a5f94a9671033a0ec51ccbd556418693f.tar.gz
styleproperty: Move property_parse_func member
It belongs in GtkCssCustomProperty
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 60701992ad..b2c7b924df 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -58,7 +58,6 @@ struct _GtkStyleProperty
char *name;
GType value_type;
- GtkStylePropertyParser property_parse_func;
GtkStyleUnpackFunc unpack_func;
GtkStylePackFunc pack_func;
GtkStyleParseFunc parse_func;