diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-24 20:59:37 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-24 21:12:00 +0100 |
commit | 324ff12553bb841cbb4afd658c8b221ac83e50d1 (patch) | |
tree | 3d99b418925aebb2fba2a3ae9a367cfcfcf02318 /gtk/gtkstylecascade.c | |
parent | 45b4fb02b16a9d3c38956bfd238d9d7307f88071 (diff) | |
download | gtk+-324ff12553bb841cbb4afd658c8b221ac83e50d1.tar.gz |
stylecascade: Remove get_icon_factory() implementation
It was redundant.
Diffstat (limited to 'gtk/gtkstylecascade.c')
-rw-r--r-- | gtk/gtkstylecascade.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkstylecascade.c b/gtk/gtkstylecascade.c index 9f54e37d13..b6fda51065 100644 --- a/gtk/gtkstylecascade.c +++ b/gtk/gtkstylecascade.c @@ -127,21 +127,11 @@ gtk_style_cascade_get_style_property (GtkStyleProvider *provider, return FALSE; } -static GtkIconFactory * -gtk_style_cascade_get_icon_factory (GtkStyleProvider *provider, - GtkWidgetPath *path) -{ - /* If anyone ever implements get_icon_factory(), I'll - * look at this function. Until then I'll just: */ - return NULL; -} - static void gtk_style_cascade_provider_iface_init (GtkStyleProviderIface *iface) { iface->get_style = gtk_style_cascade_get_style; iface->get_style_property = gtk_style_cascade_get_style_property; - iface->get_icon_factory = gtk_style_cascade_get_icon_factory; } static GtkSymbolicColor * |