summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-10-28 23:11:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-10-29 07:59:07 -0400
commit58cb4eee64bbd8ca43111b1f80fdaacde8ad5f12 (patch)
treeb89f7f68d17a79bb1163524d519b60520e385807 /data
parent6b779eba63ee308cdd943df9f167d6ecd8c7dfc7 (diff)
downloadgnome-settings-daemon-58cb4eee64bbd8ca43111b1f80fdaacde8ad5f12.tar.gz
Remove unused settings
The lid-close-ac-action and lid-close-battery-action keys are no longer used. https://bugzilla.gnome.org/show_bug.cgi?id=687085
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
index fddfb120..3d1495a5 100644
--- a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
@@ -81,17 +81,6 @@
<summary>Power button action</summary>
<description>The action to take when the system power button is pressed.</description>
</key>
- <!-- See http://bugzilla.gnome.org/637473 for rationale -->
- <key name="lid-close-battery-action" enum="org.gnome.settings-daemon.GsdPowerActionType">
- <default>'suspend'</default>
- <summary>Laptop lid close action on battery</summary>
- <description>The action to take when the laptop lid is closed and the laptop is on battery power.</description>
- </key>
- <key name="lid-close-ac-action" enum="org.gnome.settings-daemon.GsdPowerActionType">
- <default>'suspend'</default>
- <summary>Laptop lid close action when on AC</summary>
- <description>The action to take when the laptop lid is closed and the laptop is on AC power.</description>
- </key>
<key name="lid-close-suspend-with-external-monitor" type="b">
<default>false</default>
<summary>Laptop lid, when closed, will suspend even if there is an external monitor plugged in</summary>