summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-04-12 01:41:51 +0200
committerBenjamin Otte <otte@redhat.com>2018-04-12 14:04:20 +0200
commit7ef8696a7dc2c7ad5965f7150acb51b1c0559a84 (patch)
treef74a6be86fd7700ee9231f963bf690983249859d /gdk/gdkcairo.h
parent9cecf123f3fbb80c81659436f9c64fc88b353e30 (diff)
downloadgtk+-7ef8696a7dc2c7ad5965f7150acb51b1c0559a84.tar.gz
gdk: Remove gdk_cairo_surface_create_from_pixbuf()
It's unused and people should use textures and snapshots anyway.
Diffstat (limited to 'gdk/gdkcairo.h')
-rw-r--r--gdk/gdkcairo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h
index 0c9926fe63..ecd1bb73d6 100644
--- a/gdk/gdkcairo.h
+++ b/gdk/gdkcairo.h
@@ -56,10 +56,6 @@ cairo_region_t *
(cairo_surface_t *surface);
GDK_AVAILABLE_IN_ALL
-cairo_surface_t * gdk_cairo_surface_create_from_pixbuf (const GdkPixbuf *pixbuf,
- int scale,
- GdkSurface *for_surface);
-GDK_AVAILABLE_IN_ALL
void gdk_cairo_draw_from_gl (cairo_t *cr,
GdkSurface *surface,
int source,