summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-13 22:50:25 +0200
committerBenjamin Otte <otte@redhat.com>2010-08-10 21:02:26 +0200
commita1a1b135ac115a4c1c68beb62962732b880721d3 (patch)
tree0e2cb5be1bc087a1d39b0676954d4589c47cfd32 /gdk/gdkpixbuf.h
parent7489c260eb651a392ccc73fef5e71973d37fc011 (diff)
downloadgtk+-a1a1b135ac115a4c1c68beb62962732b880721d3.tar.gz
API: remove gdk_pixbuf_get_from_image()
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r--gdk/gdkpixbuf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h
index b599c0b378..497c5bbba8 100644
--- a/gdk/gdkpixbuf.h
+++ b/gdk/gdkpixbuf.h
@@ -81,16 +81,6 @@ GdkPixbuf *gdk_pixbuf_get_from_surface (GdkPixbuf *dest,
int width,
int height);
-GdkPixbuf *gdk_pixbuf_get_from_image (GdkPixbuf *dest,
- GdkImage *src,
- GdkColormap *cmap,
- int src_x,
- int src_y,
- int dest_x,
- int dest_y,
- int width,
- int height);
-
G_END_DECLS
#endif /* __GDK_PIXBUF_H__ */