diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-10-30 21:36:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-30 21:36:37 -0400 |
commit | 5c2e254f6586f6851c46f5226282dda0940dacbe (patch) | |
tree | ceaf1855e317cabee7179c60388ac096ea7d04d5 /gdk/gdkpango.h | |
parent | ffb3bc438e839ec0d4d25da7462d0e09756fdacd (diff) | |
download | gtk+-5c2e254f6586f6851c46f5226282dda0940dacbe.tar.gz |
Drop gdk_pango_context_get
This is a trivial convenience api, and it is not used in gtk.
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 899cd4d59e..99be71bf4c 100644 --- a/gdk/gdkpango.h +++ b/gdk/gdkpango.h @@ -29,9 +29,6 @@ G_BEGIN_DECLS GDK_AVAILABLE_IN_3_22 PangoContext *gdk_pango_context_get_for_display (GdkDisplay *display); -GDK_AVAILABLE_IN_ALL -PangoContext *gdk_pango_context_get (void); - /* Get a clip region to draw only part of a layout or * line. index_ranges contains alternating range starts/stops. The |