Remove unused enum value
authorAndrea Canciani <ranma42@gmail.com>
Wed, 20 Oct 2010 19:24:32 +0000 (21:24 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 20 Oct 2010 19:27:08 +0000 (21:27 +0200)
The new linear gradient code doesn't use SOURCE_IMAGE_CLASS_VERTICAL
anymore and it was not used anywhere else.

pixman/pixman-private.h

index 71b96c1..77f629a 100644 (file)
@@ -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,