gdk: Remove _gdk_drawable_ref_cairo_surface()

Instead, call the vfunc directly from gdkWindow.c
This commit is contained in:
Benjamin Otte
2010-11-23 01:32:19 +01:00
parent 9d2abf81d2
commit 62d004cf8f
3 changed files with 8 additions and 23 deletions

View File

@ -309,8 +309,6 @@ GdkDeviceManager * _gdk_device_manager_new (GdkDisplay *display);
gboolean _gdk_cairo_surface_extents (cairo_surface_t *surface,
GdkRectangle *extents);
cairo_surface_t *_gdk_drawable_ref_cairo_surface (GdkDrawable *drawable);
/*************************************
* Interfaces used by windowing code *
*************************************/