diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-06-04 06:59:31 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-06-19 13:21:29 -0400 |
commit | 5c5419162e7eebc27474b851e8557a11734f0ca5 (patch) | |
tree | b1e4f3cc655bee93d9c245186cb0fc44e3d42d9f | |
parent | 70982e6a78f20ecf057d6883c6296519fd026fea (diff) |
Remove tests for no-accessorsaccess-denied
-rw-r--r-- | pixman/pixman-general.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pixman/pixman-general.c b/pixman/pixman-general.c index 2b65091a..935c69ae 100644 --- a/pixman/pixman-general.c +++ b/pixman/pixman-general.c @@ -133,7 +133,6 @@ general_composite_rect (pixman_implementation_t *imp, */ if (!wide && !dest->common.alpha_map && - !dest->common.needs_access && (op == PIXMAN_OP_ADD || op == PIXMAN_OP_OVER) && (dest->bits.format == PIXMAN_a8r8g8b8 || dest->bits.format == PIXMAN_x8r8g8b8)) |