diff options
author | corvid <corvid@lavabit.com> | 2009-04-28 08:45:47 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-28 08:45:47 -0400 |
commit | a7e8afc8f2f90e55be9df6563b4ef0cc545b74b5 (patch) | |
tree | 1c430bdfbb44c54eadf63278ea18ad4c985621ff /src/image.hh | |
parent | 74508718ffa01ae03048b3a209a588ba0c721465 (diff) |
Regression fix: make scaled multiscan images work again.
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.hh b/src/image.hh index 8e8c89c5..542147bc 100644 --- a/src/image.hh +++ b/src/image.hh @@ -58,7 +58,6 @@ void a_Image_unref(DilloImage *Image); void a_Image_set_parms(DilloImage *Image, void *v_imgbuf, DilloUrl *url, int version, uint_t width, uint_t height, DilloImgType type); -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); |