diff options
Diffstat (limited to 'pixman/test/fetch-test.c')
-rw-r--r-- | pixman/test/fetch-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pixman/test/fetch-test.c b/pixman/test/fetch-test.c index 717f6d4fd..c41f1a63e 100644 --- a/pixman/test/fetch-test.c +++ b/pixman/test/fetch-test.c @@ -3,10 +3,8 @@ #include <stdio.h> #include "pixman.h" - #define SIZE 1024 - pixman_indexed_t mono_pallete = { .rgba = { 0x00000000, 0x00ffffff }, }; |