Removed unnecessary uint definition.

This commit is contained in:
Eric W. Brown 2014-07-25 16:55:50 -04:00
parent 9f02344f6c
commit d54fe7fa1a

View File

@ -49,10 +49,6 @@
#define L(rgb)\
((INT32) (rgb)[0]*299 + (INT32) (rgb)[1]*587 + (INT32) (rgb)[2]*114)
#ifndef uint
#define uint UINT32
#endif
/* ------------------- */
/* 1 (bit) conversions */
/* ------------------- */