diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-06-23 16:23:26 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-06-23 16:23:26 -0400 |
commit | 79d397003f56238aa680b0670e1e7d7ba1594dda (patch) | |
tree | 09768fdd09f6e3fd82eec8f12d7a750b41b192e1 /test | |
parent | ebc4a4df9c92934891d202ae2603216a046ec939 (diff) |
Delete leftover use of PIXMAN_OP_FLASH_SUBTRACT
Diffstat (limited to 'test')
-rw-r--r-- | test/composite-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/composite-test.c b/test/composite-test.c index 50db4f6d..f34b4669 100644 --- a/test/composite-test.c +++ b/test/composite-test.c @@ -43,7 +43,6 @@ static const Operator operators[] = { { "HSL_SATURATION", PIXMAN_OP_HSL_SATURATION }, { "HSL_COLOR", PIXMAN_OP_HSL_COLOR }, { "HSL_LUMINOSITY", PIXMAN_OP_HSL_LUMINOSITY }, - { "FLASH_SUBTRACT", PIXMAN_OP_FLASH_SUBTRACT } }; static uint32_t |