mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
sw_engine: remove an unused function.
This commit is contained in:
parent
f2fdc380b4
commit
0e960e2d2b
1 changed files with 0 additions and 6 deletions
|
@ -44,12 +44,6 @@ static inline T _multiply(T c, T a)
|
|||
}
|
||||
|
||||
|
||||
static inline uint32_t _alpha(uint32_t c)
|
||||
{
|
||||
return (c >> 24);
|
||||
}
|
||||
|
||||
|
||||
static inline uint32_t _ialpha(uint32_t c)
|
||||
{
|
||||
return (~c >> 24);
|
||||
|
|
Loading…
Add table
Reference in a new issue