Remove gdk_draw_bitmap() and gdk_draw_pixmap() functions

This commit is contained in:
Javier Jardón 2010-06-25 02:32:44 +02:00
parent 92befe0c06
commit 947cde30d9

View File

@ -357,10 +357,6 @@ void gdk_draw_trapezoids (GdkDrawable *drawable,
const GdkTrapezoid *trapezoids,
gint n_trapezoids);
#ifndef GDK_DISABLE_DEPRECATED
#define gdk_draw_pixmap gdk_draw_drawable
#define gdk_draw_bitmap gdk_draw_drawable
#endif /* GDK_DISABLE_DEPRECATED */
GdkImage* gdk_drawable_get_image (GdkDrawable *drawable,
gint x,