diff options
author | Brent Hull <[email protected]> | 2012-11-01 19:40:46 -0400 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-11-01 19:40:46 -0400 |
commit | 972be3627b8b6368a0e8c971ade7963ea7d459de (patch) | |
tree | 076ec7419159262e65f608da7a3dbccdd8ec3a5a /data/org.mate.power-manager.gschema.xml.in | |
parent | 1e0bea49d7d1959d063c6ab74c99500067236110 (diff) | |
download | mate-power-manager-972be3627b8b6368a0e8c971ade7963ea7d459de.tar.bz2 mate-power-manager-972be3627b8b6368a0e8c971ade7963ea7d459de.tar.xz |
Remove unnecessary schema version check and some unused constants
Diffstat (limited to 'data/org.mate.power-manager.gschema.xml.in')
-rw-r--r-- | data/org.mate.power-manager.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in index e423182..99ee820 100644 --- a/data/org.mate.power-manager.gschema.xml.in +++ b/data/org.mate.power-manager.gschema.xml.in @@ -126,11 +126,6 @@ <_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="schema-version" type="i"> - <default>3</default> - <_summary>The default configuration version.</_summary> - <_description>The version of the installed version of the schema. Do not edit this value, it is used so that configure changes between versions can be detected.</_description> - </key> <key name="use-time-for-policy" type="b"> <default>true</default> <_summary>Whether to use time-based notifications</_summary> |