From: Andrea Canciani Date: Wed, 20 Oct 2010 19:24:32 +0000 (+0200) Subject: Remove unused enum value X-Git-Tag: pixman-0.19.6~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=741c30d9d9cf445fa2e3a2c43d37c221d49831b4;p=platform%2Fupstream%2Fpixman.git Remove unused enum value The new linear gradient code doesn't use SOURCE_IMAGE_CLASS_VERTICAL anymore and it was not used anywhere else. --- diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h index 71b96c1..77f629a 100644 --- a/pixman/pixman-private.h +++ b/pixman/pixman-private.h @@ -65,7 +65,6 @@ typedef enum { SOURCE_IMAGE_CLASS_UNKNOWN, SOURCE_IMAGE_CLASS_HORIZONTAL, - SOURCE_IMAGE_CLASS_VERTICAL, } source_image_class_t; typedef source_image_class_t (*classify_func_t) (pixman_image_t *image,