From 741c30d9d9cf445fa2e3a2c43d37c221d49831b4 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Wed, 20 Oct 2010 21:24:32 +0200 Subject: [PATCH] Remove unused enum value The new linear gradient code doesn't use SOURCE_IMAGE_CLASS_VERTICAL anymore and it was not used anywhere else. --- pixman/pixman-private.h | 1 - 1 file changed, 1 deletion(-) 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, -- 2.7.4