diff options
author | Stefan Seyfried <[email protected]> | 2014-04-09 14:58:29 +0200 |
---|---|---|
committer | Stefan Seyfried <[email protected]> | 2014-04-09 14:58:29 +0200 |
commit | 220a4e0a64aca0579f50e6e57d4eca848b3ac57f (patch) | |
tree | 4458a9bcc42d1d38c82f10f364a39bf754322256 /src/gpm-common.h | |
parent | 2b3cf01f84204dd5d8204d519e2167b41cda6bc0 (diff) | |
download | mate-power-manager-220a4e0a64aca0579f50e6e57d4eca848b3ac57f.tar.bz2 mate-power-manager-220a4e0a64aca0579f50e6e57d4eca848b3ac57f.tar.xz |
remove "battery recall" logic
the database is outdated several years now and the whole interface is
removed from current UPower release anyway, so let's get rid of it in
m-p-m, too
Diffstat (limited to 'src/gpm-common.h')
-rw-r--r-- | src/gpm-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpm-common.h b/src/gpm-common.h index ef20f88..303bdd1 100644 --- a/src/gpm-common.h +++ b/src/gpm-common.h @@ -98,7 +98,6 @@ G_BEGIN_DECLS #define GPM_SETTINGS_SPINDOWN_TIMEOUT_BATT "spindown-timeout-battery" /* notify */ -#define GPM_SETTINGS_NOTIFY_PERHAPS_RECALL "notify-perhaps-recall" #define GPM_SETTINGS_NOTIFY_LOW_CAPACITY "notify-low-capacity" #define GPM_SETTINGS_NOTIFY_DISCHARGING "notify-discharging" #define GPM_SETTINGS_NOTIFY_FULLY_CHARGED "notify-fully-charged" |