diff options
author | Brent Hull <[email protected]> | 2012-10-30 17:34:02 -0400 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-10-30 17:34:02 -0400 |
commit | 1e0bea49d7d1959d063c6ab74c99500067236110 (patch) | |
tree | d43157f552bc8f459d57922864514bc4640e4ca8 /data | |
parent | 6161e23866e73161dc0943c8ff24039edf8c531e (diff) | |
download | mate-power-manager-1e0bea49d7d1959d063c6ab74c99500067236110.tar.bz2 mate-power-manager-1e0bea49d7d1959d063c6ab74c99500067236110.tar.xz |
Remove unused key from gsettings schema
Diffstat (limited to 'data')
-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 a760c37..e423182 100644 --- a/data/org.mate.power-manager.gschema.xml.in +++ b/data/org.mate.power-manager.gschema.xml.in @@ -131,11 +131,6 @@ <_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-profile-time" type="b"> - <default>true</default> - <_summary>If the learnt profile should be used to calculate the time remaining</_summary> - <_description>If the learnt profile should be used to calculate the time remaining. Only turn this off for debugging.</_description> - </key> <key name="use-time-for-policy" type="b"> <default>true</default> <_summary>Whether to use time-based notifications</_summary> |