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

Commit b7770160 authored by Keyan Mobli's avatar Keyan Mobli Committed by Gerrit Code Review
Browse files

Merge "Removing unnecessary computation." into gingerbread

parents c6575ca3 b999168c
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) {