Skip to content

Commit af7dd5a

Browse files
authored
remove duplicate function "ga" in webp decoder (#3902)
1 parent 777089a commit af7dd5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libs/WebPDecoder.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,9 +3179,6 @@ function WebPDecoder(imageData) {
31793179
Ga(a, b, c, d, e);
31803180
d[e + 3] = 255;
31813181
}
3182-
function ga(a, b) {
3183-
return 0 > a ? 0 : a > b ? b : a;
3184-
}
31853182
function la(a, b, c) {
31863183
self[a] = function(a, e, f, g, h, k, l, m, n) {
31873184
for (var d = m + (n & -2) * c; m != d; )

0 commit comments

Comments
 (0)