diff options
Diffstat (limited to 'common/pixman-region16.c')
| -rw-r--r-- | common/pixman-region16.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/pixman-region16.c b/common/pixman-region16.c index 7c9f5cba..637c8a35 100644 --- a/common/pixman-region16.c +++ b/common/pixman-region16.c @@ -42,8 +42,6 @@ #define MIN(x1, x2) ((x1) < (x2) ? (x1) : (x2)) #define MAX(x1, x2) ((x1) > (x2) ? (x1) : (x2)) -typedef int pixman_bool_t; - typedef pixman_box16_t box_type_t; typedef pixman_region16_data_t region_data_type_t; typedef pixman_region16_t region_type_t; |
