summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2009-06-19 13:14:11 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2009-06-19 13:14:11 -0400
commitcacfd7fe33e7e7643199de0dffb8312c0c432ccf (patch)
tree99fcec7d4ed27b6a68d4a1e9ce9226b0f22da0f2
parent216f46eb7e3f468f2b64421bdfbcb6e58eafc7e8 (diff)
Delete unused IS_SOURCE_IMAGE() macro
-rw-r--r--pixman/pixman-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h
index 60b146a9..1fcf6ff4 100644
--- a/pixman/pixman-private.h
+++ b/pixman/pixman-private.h
@@ -200,8 +200,6 @@ typedef enum
SOLID
} image_type_t;
-#define IS_SOURCE_IMAGE(img) (((image_common_t *)img)->type > BITS)
-
typedef enum
{
SOURCE_IMAGE_CLASS_UNKNOWN,