summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-12-31 22:28:04 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:53 +0100
commit55a38f474690a10e4d8b9735693357f8eca43049 (patch)
treeb834a695d77311209d175e0f5f3b7cc898810f3e /gtk/gtkstylepropertyprivate.h
parent674485a138b5a20dcef1f6d321306289ef8a9f50 (diff)
downloadgtk+-55a38f474690a10e4d8b9735693357f8eca43049.tar.gz
shorthand: Remove a bunch of unused functionality
- The unset func is no longer used - Shorthands can't be printed - property_parse funcs and initial values aren't used
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r--gtk/gtkstylepropertyprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h
index c907451d7e..e8d6e583d4 100644
--- a/gtk/gtkstylepropertyprivate.h
+++ b/gtk/gtkstylepropertyprivate.h
@@ -50,8 +50,6 @@ typedef gboolean (* GtkStyleParseFunc) (GtkCssParser
GValue *value);
typedef void (* GtkStylePrintFunc) (const GValue *value,
GString *string);
-typedef void (* GtkStyleUnsetFunc) (GtkStyleProperties *props,
- GtkStateFlags state);
struct _GtkStyleProperty
{
@@ -67,7 +65,6 @@ struct _GtkStyleProperty
GtkStylePackFunc pack_func;
GtkStyleParseFunc parse_func;
GtkStylePrintFunc print_func;
- GtkStyleUnsetFunc unset_func;
};
struct _GtkStylePropertyClass