From b36b7f08fb29ff67723c5cfcd9cb88016ba49482 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 31 Oct 2017 18:15:50 -0400 Subject: 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. --- gdk/gdkpango.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdk/gdkpango.h') 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 -- cgit v1.2.1