diff --git a/overlay/lineage-sdk/lineage/res/res/values/config.xml b/overlay/lineage-sdk/lineage/res/res/values/config.xml
index d00ba4b336a84258fd72d931178e48d5ec5e0c88..101a1f0015d035a9e43c5474f6ceb3433c5041d4 100644
--- a/overlay/lineage-sdk/lineage/res/res/values/config.xml
+++ b/overlay/lineage-sdk/lineage/res/res/values/config.xml
@@ -18,19 +18,6 @@
 
 <resources>
 
-    <!-- Display mode remapping table.
-     If the mode names returned by the backend do not match
-     the predefined and translated strings in the Settings
-     app, they can be remapped here. The format is
-     "oldname:newname", one per entry. -->
-    <string-array name="config_displayModeMappings" translatable="false">
-        <item>hal_srgb:sRGB</item>
-        <item>hal_adobe:Natural</item>
-        <item>hal_native:Standard</item>
-        <item>hal_warm_srgb:Reading</item>
-        <item>hal_warm_vibrant:Cinema</item>
-    </string-array>
-
     <!-- Whether device has a screen with a higher aspect ratio -->
     <bool name="config_haveHigherAspectRatioScreen">true</bool>