summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml1
-rw-r--r--res/xml/power_menu_settings.xml5
2 files changed, 0 insertions, 6 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 364295c..e38cf9c 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -430,7 +430,6 @@
<!-- Power menu -->
<string name="power_menu_title">Power menu</string>
- <string name="power_menu_power_title">Power off</string>
<string name="power_menu_reboot_title">Reboot menu</string>
<string name="power_menu_screenshot_title">Screenshot</string>
<string name="power_menu_profiles_title">Profile switcher</string>
diff --git a/res/xml/power_menu_settings.xml b/res/xml/power_menu_settings.xml
index e29d9e1..ae707d1 100644
--- a/res/xml/power_menu_settings.xml
+++ b/res/xml/power_menu_settings.xml
@@ -20,11 +20,6 @@
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<CheckBoxPreference
- android:key="power"
- android:title="@string/power_menu_power_title"
- android:defaultValue="true" />
-
- <CheckBoxPreference
android:key="reboot"
android:title="@string/power_menu_reboot_title"
android:defaultValue="true" />