diff options
author | Benjamin Otte <otte@redhat.com> | 2016-12-11 04:13:22 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-12-20 18:01:09 +0100 |
commit | 8830a1a1ad09e4ed6bb67ef10dafe245fac3b952 (patch) | |
tree | 56f5959e4a0bc0505f0ed6eda46aa6928a88fba5 /gtk/gtksnapshot.h | |
parent | f16d523cb2c90f71a71c20390fd606ccd371817a (diff) | |
download | gtk+-8830a1a1ad09e4ed6bb67ef10dafe245fac3b952.tar.gz |
gtk: Remove gtk_snapshot_append()
It does not make sense to append an empty container node. Those should
only be push()'d.
Diffstat (limited to 'gtk/gtksnapshot.h')
-rw-r--r-- | gtk/gtksnapshot.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtksnapshot.h b/gtk/gtksnapshot.h index dbf8b76293..d5201064ec 100644 --- a/gtk/gtksnapshot.h +++ b/gtk/gtksnapshot.h @@ -65,11 +65,6 @@ GDK_AVAILABLE_IN_3_90 void gtk_snapshot_append_node (GtkSnapshot *snapshot, GskRenderNode *node); GDK_AVAILABLE_IN_3_90 -GskRenderNode * gtk_snapshot_append (GtkSnapshot *snapshot, - const graphene_rect_t *bounds, - const char *name, - ...) G_GNUC_PRINTF(3, 4); -GDK_AVAILABLE_IN_3_90 cairo_t * gtk_snapshot_append_cairo_node (GtkSnapshot *snapshot, const graphene_rect_t *bounds, const char *name, |