mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 01:00:41 +00:00
Remove unused static function that causes non-unified build to fail - trivial, no review, no bug
This commit is contained in:
parent
d7d2ac6d0b
commit
2ed5b733e4
@ -2212,15 +2212,6 @@ ColorComponentAtPoint(const uint8_t *aData, int32_t aStride, Float x, Float y, s
|
||||
(clu * tlx + cuu * tux) * tuy + f * f / 2) / (f * f);
|
||||
}
|
||||
|
||||
static inline uint32_t
|
||||
ColorAtPoint(const uint8_t *aData, int32_t aStride, Float x, Float y)
|
||||
{
|
||||
return ColorComponentAtPoint(aData, aStride, x, y, 4, 0) |
|
||||
(ColorComponentAtPoint(aData, aStride, x, y, 4, 1) << 8) |
|
||||
(ColorComponentAtPoint(aData, aStride, x, y, 4, 2) << 16) |
|
||||
(ColorComponentAtPoint(aData, aStride, x, y, 4, 3) << 24);
|
||||
}
|
||||
|
||||
static int32_t
|
||||
ClampToNonZero(int32_t a)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user