diff options
author | Benjamin Otte <otte@redhat.com> | 2015-11-21 02:11:52 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-11-21 02:11:52 +0100 |
commit | 55061eca592037a81d0b1127326d4c68df0a3aa2 (patch) | |
tree | 3e61ceab9263959296238772d9d90aba120b133b /gtk | |
parent | 0e2648e8c23a57c497c9c7b8245e3182332ae7e9 (diff) | |
download | gtk+-55061eca592037a81d0b1127326d4c68df0a3aa2.tar.gz |
customproperty: Remove unused function
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkcsscustomproperty.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c index fbaa8400bc..f210ad397b 100644 --- a/gtk/gtkcsscustomproperty.c +++ b/gtk/gtkcsscustomproperty.c @@ -33,20 +33,6 @@ G_DEFINE_TYPE (GtkCssCustomProperty, _gtk_css_custom_property, GTK_TYPE_CSS_STYLE_PROPERTY) -static GType -gtk_css_custom_property_get_specified_type (GParamSpec *pspec) -{ - G_GNUC_BEGIN_IGNORE_DEPRECATIONS; - - if (pspec->value_type == GDK_TYPE_RGBA || - pspec->value_type == GDK_TYPE_COLOR) - return GTK_TYPE_SYMBOLIC_COLOR; - else - return pspec->value_type; - - G_GNUC_END_IGNORE_DEPRECATIONS; -} - static GtkCssValue * gtk_css_custom_property_parse_value (GtkStyleProperty *property, GtkCssParser *parser) |