summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/display_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'GNexusParts/res/xml/display_preferences.xml')
-rwxr-xr-xGNexusParts/res/xml/display_preferences.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/GNexusParts/res/xml/display_preferences.xml b/GNexusParts/res/xml/display_preferences.xml
deleted file mode 100755
index 9fea40f..0000000
--- a/GNexusParts/res/xml/display_preferences.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- android:title="@string/app_name">
-
- <!-- Color tuning -->
- <com.cyanogenmod.settings.device.ColorTuningPreference
- android:key="color_tuning"
- android:title="@string/color_tuning_title_head"
- android:summary="@string/color_tuning_summary_head" />
- <com.cyanogenmod.settings.device.GammaTuningPreference
- android:key="gamma_tuning"
- android:title="@string/gamma_tuning_title_head"
- android:summary="@string/gamma_tuning_summary_head" />
- <com.cyanogenmod.settings.device.ColorHackPresets
- android:key="colorgamma_presets"
- android:title="@string/color_hack_presets_title_head"
- android:summary="@string/color_hack_presets_summary_head" />
-
-</PreferenceScreen>