From d4a32e5a9867bc2dbd41ffa6e8eb3be44a70c00a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 16 Jun 2010 07:04:07 -0400 Subject: Remove unused libart_lgpl API. According to CallCatcher. --- libart_lgpl/art_pixbuf.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'libart_lgpl/art_pixbuf.h') diff --git a/libart_lgpl/art_pixbuf.h b/libart_lgpl/art_pixbuf.h index 31f5620671..6d79f5d653 100644 --- a/libart_lgpl/art_pixbuf.h +++ b/libart_lgpl/art_pixbuf.h @@ -59,20 +59,6 @@ struct _ArtPixBuf { ArtDestroyNotify destroy; }; -/* allocate an ArtPixBuf from art_alloc()ed pixels (automated destruction) */ -ArtPixBuf * -art_pixbuf_new_rgb (art_u8 *pixels, int width, int height, int rowstride); - -ArtPixBuf * -art_pixbuf_new_rgba (art_u8 *pixels, int width, int height, int rowstride); - -/* allocate an ArtPixBuf from constant pixels (no destruction) */ -ArtPixBuf * -art_pixbuf_new_const_rgb (const art_u8 *pixels, int width, int height, int rowstride); - -ArtPixBuf * -art_pixbuf_new_const_rgba (const art_u8 *pixels, int width, int height, int rowstride); - /* allocate an ArtPixBuf and notify creator upon destruction */ ArtPixBuf * art_pixbuf_new_rgb_dnotify (art_u8 *pixels, int width, int height, int rowstride, @@ -82,17 +68,6 @@ ArtPixBuf * art_pixbuf_new_rgba_dnotify (art_u8 *pixels, int width, int height, int rowstride, void *dfunc_data, ArtDestroyNotify dfunc); -/* free an ArtPixBuf with destroy notification */ -void -art_pixbuf_free (ArtPixBuf *pixbuf); - -/* deprecated function, use the _dnotify variants for allocation instead */ -void -art_pixbuf_free_shallow (ArtPixBuf *pixbuf); - -ArtPixBuf * -art_pixbuf_duplicate (const ArtPixBuf *pixbuf); - #ifdef __cplusplus } #endif -- cgit v1.2.3