Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11d7ec24 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

Merge "Removing unnecessary computation."

parents e41d2aed 5a163463
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -446,7 +446,6 @@ public class IccUtils {
        int colorNumber = data[valueIndex++] & 0xFF;
        int clutOffset = ((data[valueIndex++] & 0xFF) << 8)
                | (data[valueIndex++] & 0xFF);
        length = length - 6;

        int[] colorIndexArray = getCLUT(data, clutOffset, colorNumber);
        if (true == transparency) {