diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-05 18:35:06 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | ed184b393593059f9c99280fb9ca685a36a483a1 (patch) | |
tree | 8dc1bb882f646dab94ce7a8e09ab7f1c1ca1bcde /gtk/gtkrender.h | |
parent | 5b00a31c3056097084bc64a3ae8da6d54db5ee73 (diff) | |
download | gtk+-ed184b393593059f9c99280fb9ca685a36a483a1.tar.gz |
Remove GtkIconFactory
Move the icon size lookup API into gtkicontheme.c
Diffstat (limited to 'gtk/gtkrender.h')
-rw-r--r-- | gtk/gtkrender.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkrender.h b/gtk/gtkrender.h index 81566c5452..69431f6fd4 100644 --- a/gtk/gtkrender.h +++ b/gtk/gtkrender.h @@ -142,10 +142,6 @@ void gtk_render_activity (GtkStyleContext *context, gdouble y, gdouble width, gdouble height); -GDK_DEPRECATED_IN_3_10_FOR(gtk_icon_theme_load_icon) -GdkPixbuf * gtk_render_icon_pixbuf (GtkStyleContext *context, - const GtkIconSource *source, - GtkIconSize size); GDK_AVAILABLE_IN_3_2 void gtk_render_icon (GtkStyleContext *context, cairo_t *cr, |