mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Removed unnecessary uint definition.
This commit is contained in:
parent
9f02344f6c
commit
d54fe7fa1a
|
@ -49,10 +49,6 @@
|
||||||
#define L(rgb)\
|
#define L(rgb)\
|
||||||
((INT32) (rgb)[0]*299 + (INT32) (rgb)[1]*587 + (INT32) (rgb)[2]*114)
|
((INT32) (rgb)[0]*299 + (INT32) (rgb)[1]*587 + (INT32) (rgb)[2]*114)
|
||||||
|
|
||||||
#ifndef uint
|
|
||||||
#define uint UINT32
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
/* 1 (bit) conversions */
|
/* 1 (bit) conversions */
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user