summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshot.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-29 18:34:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-29 18:34:45 -0500
commit7b032a98628531656575b206f650dd3061b39dd3 (patch)
treeabcf2faf9f7c45db9153a0c19af3d8930ea1e5df /gtk/gtksnapshot.h
parent4db24263362ba2487042cabcae64ed4694355d3b (diff)
downloadgtk+-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.h6
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