From 1e0bea49d7d1959d063c6ab74c99500067236110 Mon Sep 17 00:00:00 2001 From: Brent Hull Date: Tue, 30 Oct 2012 17:34:02 -0400 Subject: Remove unused key from gsettings schema --- data/org.mate.power-manager.gschema.xml.in | 5 ----- src/gpm-common.h | 1 - 2 files changed, 6 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. <_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. - - true - <_summary>If the learnt profile should be used to calculate the time remaining - <_description>If the learnt profile should be used to calculate the time remaining. Only turn this off for debugging. - true <_summary>Whether to use time-based notifications diff --git a/src/gpm-common.h b/src/gpm-common.h index ee05036..7b5822b 100644 --- a/src/gpm-common.h +++ b/src/gpm-common.h @@ -75,7 +75,6 @@ G_BEGIN_DECLS /* general */ #define GPM_SETTINGS_SCHEMA_VERSION "schema-version" #define GPM_SETTINGS_USE_TIME_POLICY "use-time-for-policy" -#define GPM_SETTINGS_USE_PROFILE_TIME "use-profile-time" #define GPM_SETTINGS_NETWORKMANAGER_SLEEP "network-sleep" #define GPM_SETTINGS_IDLE_CHECK_CPU "check-type-cpu" -- cgit v1.2.1