diff options
author | Benjamin Otte <otte@redhat.com> | 2018-07-14 20:21:15 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-07-24 20:55:45 +0200 |
commit | 51d40ca02372bcf242ed62f84a59d3b9152c4d8d (patch) | |
tree | 373192507b213e1bc26b039dafdfd71916f9cadd /gtk/gtkpango.h | |
parent | 5d9d73b0907cbffe53fdbb343d7f1702f28e4739 (diff) | |
download | gtk+-51d40ca02372bcf242ed62f84a59d3b9152c4d8d.tar.gz |
render: Make gtk_render_layout() use the snapshot API
This removes a lot of duplicated code.
Diffstat (limited to 'gtk/gtkpango.h')
-rw-r--r-- | gtk/gtkpango.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkpango.h b/gtk/gtkpango.h index 216f928e8b..09c50b8731 100644 --- a/gtk/gtkpango.h +++ b/gtk/gtkpango.h @@ -31,10 +31,6 @@ G_BEGIN_DECLS -void _gtk_pango_fill_layout (cairo_t *cr, - PangoLayout *layout); - - AtkAttributeSet *_gtk_pango_get_default_attributes (AtkAttributeSet *attributes, PangoLayout *layout); |