diff options
author | Timm Bäder <mail@baedert.org> | 2020-01-31 17:45:37 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-02-07 13:16:32 -0500 |
commit | 4cfac3b91c484b1e141e5789bef6e3b24ecaa586 (patch) | |
tree | 30f0a5df7b7a6e6f39bbc346adbf9069c0efd3a1 /gtk/gtksnapshotprivate.h | |
parent | 17ddae5bf90144dd3cd6db6b3410fae6d39c2069 (diff) | |
download | gtk+-4cfac3b91c484b1e141e5789bef6e3b24ecaa586.tar.gz |
snapshot: Remove new_with_parent
Unneeded now that we have push_collect()/pop_collect()
Diffstat (limited to 'gtk/gtksnapshotprivate.h')
-rw-r--r-- | gtk/gtksnapshotprivate.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtksnapshotprivate.h b/gtk/gtksnapshotprivate.h index 7317b4ad59..aebf5c3840 100644 --- a/gtk/gtksnapshotprivate.h +++ b/gtk/gtksnapshotprivate.h @@ -88,16 +88,12 @@ struct _GdkSnapshot { GArray *state_stack; GPtrArray *nodes; - - guint from_parent : 1; }; struct _GtkSnapshotClass { GObjectClass parent_class; /* it's really GdkSnapshotClass, but don't tell anyone! */ }; -GtkSnapshot * gtk_snapshot_new_with_parent (GtkSnapshot *parent_snapshot); - void gtk_snapshot_append_text (GtkSnapshot *snapshot, PangoFont *font, PangoGlyphString *glyphs, |