sm6150-common: overlay: Remove COLOR_MODE_SATURATED

It is replaced by COLOR_MODE_AUTOMATIC.

Bug: 110524699
Test: Settings > Display > Advanced > Colors
Change-Id: I116b50fde456a24c90fd83969cd2fc30f84947ee
This commit is contained in:
Chia-I Wu 2018-06-22 00:01:45 +08:00 committed by Arian
parent b612c65f72
commit 2db5017df7
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -309,7 +309,6 @@
<integer-array name="config_availableColorModes">
<item>0</item> <!-- COLOR_MODE_NATURAL -->
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
<item>2</item> <!-- COLOR_MODE_SATURATED -->
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
</integer-array>