diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-29 18:34:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-29 18:34:45 -0500 |
commit | 7b032a98628531656575b206f650dd3061b39dd3 (patch) | |
tree | abcf2faf9f7c45db9153a0c19af3d8930ea1e5df /gtk/gtksnapshot.h | |
parent | 4db24263362ba2487042cabcae64ed4694355d3b (diff) | |
download | gtk+-7b032a98628531656575b206f650dd3061b39dd3.tar.gz |
Drop gtk_snapshot_render_icon
Its not used, and we are working towards removing
GdkPixbuf in the API.
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r-- | gtk/gtksnapshot.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index 551bec7f75..e1a1e2a6d2 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -166,12 +166,6 @@ void gtk_snapshot_render_insertion_cursor (GtkSnapshot PangoLayout *layout, int index, PangoDirection direction); -GDK_AVAILABLE_IN_3_90 -void gtk_snapshot_render_icon (GtkSnapshot *snapshot, - GtkStyleContext *context, - GdkPixbuf *pixbuf, - gdouble x, - gdouble y); G_END_DECLS |