diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-03 16:02:21 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-03 16:02:21 -0300 |
commit | efc9d5f002dc3d037de81a9a183cd5d6b07f3f7d (patch) | |
tree | 634a769b080a7751bf7adeb055488d1b8e2f3521 /src/image.hh | |
parent | c8db54f76de8122c36e2b5b0c8488d564a1db66e (diff) |
[mq]: dicache-cleanup8
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/image.hh b/src/image.hh index ea649ebc..d4525ba2 100644 --- a/src/image.hh +++ b/src/image.hh @@ -66,12 +66,6 @@ void a_Image_new_scan(DilloImage *image, void *v_imgbuf); void a_Image_write(DilloImage *Image, uint_t y); void a_Image_close(DilloImage *Image); -void a_Image_imgbuf_ref(void *v_imgbuf); -void a_Image_imgbuf_unref(void *v_imgbuf); -void *a_Image_imgbuf_new(void *v_dw, int img_type, int width, int height); -int a_Image_imgbuf_last_reference(void *v_imgbuf); -void a_Image_imgbuf_update(DilloImage *Image, void *v_imgbuf, - const uchar_t *buf, uint_t y); #ifdef __cplusplus } |