Code cleanup

This commit is contained in:
drdev
2014-08-16 14:27:46 +00:00
parent 38f8511967
commit 674d4486d2

View File

@@ -404,7 +404,6 @@ public class SFilterUtil {
} }
return colors == 0 && wantMulticolor && BinaryUtil.bitCount(colorProfile) > 1 || (colorProfile & colors) == colorProfile; return colors == 0 && wantMulticolor && BinaryUtil.bitCount(colorProfile) > 1 || (colorProfile & colors) == colorProfile;
} }
}; };
} }