diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-10-31 18:15:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-31 18:15:50 -0400 |
commit | b36b7f08fb29ff67723c5cfcd9cb88016ba49482 (patch) | |
tree | 41407bc590f123b69df782c304f0efae42baa111 /gdk/gdkpango.h | |
parent | 1641ef4799bab044d5254202e05c5007dc3afed7 (diff) | |
download | gtk+-b36b7f08fb29ff67723c5cfcd9cb88016ba49482.tar.gz |
Drop gdk_pango_context_get_for_display
This api does not offer much over the pango api, and
the use of the resolution here is causing layering
problems.
Diffstat (limited to 'gdk/gdkpango.h')
-rw-r--r-- | gdk/gdkpango.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkpango.h b/gdk/gdkpango.h index 99be71bf4c..2f2d0d2a2e 100644 --- a/gdk/gdkpango.h +++ b/gdk/gdkpango.h @@ -27,9 +27,6 @@ G_BEGIN_DECLS -GDK_AVAILABLE_IN_3_22 -PangoContext *gdk_pango_context_get_for_display (GdkDisplay *display); - /* Get a clip region to draw only part of a layout or * line. index_ranges contains alternating range starts/stops. The * region is the region which contains the given ranges, i.e. if you |