summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-10-14 01:59:22 +0200
committerBenjamin Otte <otte@redhat.com>2016-10-16 18:18:58 +0200
commita65a4de38d60f04e5e313100609b4130e7b96839 (patch)
treed09c7a6609baa6538a4c5a53b2e4df93101c4aea /gdk/gdkcairo.h
parent17895e746c6d565199bfd9d860176076fb4ef5ce (diff)
downloadgtk+-a65a4de38d60f04e5e313100609b4130e7b96839.tar.gz
gdk: Remove old code to create drawing context
You now have to use a GdkDrawingContext
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 59f1f26219..dd874f7c5b 100644
--- a/gdk/gdkcairo.h
+++ b/gdk/gdkcairo.h
@@ -31,9 +31,6 @@
G_BEGIN_DECLS
-GDK_DEPRECATED_IN_3_22_FOR(gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context())
-cairo_t * gdk_cairo_create (GdkWindow *window);
-
GDK_AVAILABLE_IN_ALL
gboolean gdk_cairo_get_clip_rectangle (cairo_t *cr,
GdkRectangle *rect);