summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-04-12 01:02:33 +0200
committerBenjamin Otte <otte@redhat.com>2018-04-12 14:03:40 +0200
commit3a1c69dce6f656606d1fc1f30b0733d5c71942f4 (patch)
tree32dd1d97d8a91942cfe930d27154df2cdf58b165 /gdk/gdkcairo.h
parentb9c8c146d2c9a410d142e9d13d1f77a296ac0e58 (diff)
downloadgtk+-3a1c69dce6f656606d1fc1f30b0733d5c71942f4.tar.gz
gdk: Remove gdk_cairo_get_drawing_context()
It's unused.
Diffstat (limited to 'gdk/gdkcairo.h')
-rw-r--r--gdk/gdkcairo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h
index ebac127107..0c9926fe63 100644
--- a/gdk/gdkcairo.h
+++ b/gdk/gdkcairo.h
@@ -71,9 +71,6 @@ void gdk_cairo_draw_from_gl (cairo_t *cr,
int height);
GDK_AVAILABLE_IN_ALL
-GdkDrawingContext * gdk_cairo_get_drawing_context (cairo_t *cr);
-
-GDK_AVAILABLE_IN_ALL
void gdk_cairo_surface_upload_to_gl (cairo_surface_t *surface,
int target,
int width,