summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshotprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-03-10 21:20:25 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-03-11 00:31:44 -0500
commiteed279ad91ec06e7af516195ac73d49c1033601e (patch)
treeeb77d2e4913f3c73c65d13ed0fb647cb54012fa6 /gtk/gtksnapshotprivate.h
parent694f1d8ecdf39317cabe68f595950f67b35f4af6 (diff)
downloadgtk+-eed279ad91ec06e7af516195ac73d49c1033601e.tar.gz
GtkSnapshot: Drop init/finish
We are ont using stack-allocated snapshots anymore.
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r--gtk/gtksnapshotprivate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h
index 9a8659063c..f2117bb43f 100644
--- a/gtk/gtksnapshotprivate.h
+++ b/gtk/gtksnapshotprivate.h
@@ -88,14 +88,6 @@ struct _GtkSnapshot {
GPtrArray *nodes;
};
-void gtk_snapshot_init (GtkSnapshot *state,
- GskRenderer *renderer,
- gboolean record_names,
- const cairo_region_t *clip,
- const char *name,
- ...) G_GNUC_PRINTF (5, 6);
-GskRenderNode * gtk_snapshot_finish (GtkSnapshot *state);
-
GskRenderer * gtk_snapshot_get_renderer (const GtkSnapshot *snapshot);
G_END_DECLS