[gnome-settings-daemon] Remove unused settings



commit 58cb4eee64bbd8ca43111b1f80fdaacde8ad5f12
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Oct 28 23:11:39 2012 -0400

    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

 ...settings-daemon.plugins.power.gschema.xml.in.in |   11 -----------
 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 fddfb12..3d1495a 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]