]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
remove output image from converter
authorBastian Dehn <hhaalo@arcor.de>
Wed, 7 Feb 2024 16:03:13 +0000 (17:03 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 7 Feb 2024 16:03:13 +0000 (17:03 +0100)
src/kds_s2000w_image_converter.c

index 0ba9c12e1acbcbaf5958eb3a7c8940a6184565d0..31c9e6b4365785f71251efe9905dda9c0b0541e5 100644 (file)
@@ -25,7 +25,6 @@ void kds_s2000w_convert_jpg_to_pnm_With_depth(blobdata* in, blobdata* out, int d
 {
        ExceptionInfo* exception = NULL;
        Image* input_image = NULL;
-       Image* output_image = NULL;
        ImageInfo* image_info = NULL;
 
        exception = AcquireExceptionInfo();