aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-03 16:02:21 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-03 16:02:21 -0300
commitefc9d5f002dc3d037de81a9a183cd5d6b07f3f7d (patch)
tree634a769b080a7751bf7adeb055488d1b8e2f3521 /src
parentc8db54f76de8122c36e2b5b0c8488d564a1db66e (diff)
[mq]: dicache-cleanup8
Diffstat (limited to 'src')
-rw-r--r--src/image.hh6
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
}