From d061b371d6f53e0c2f310f4eb5776430772a8ac5 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Thu, 3 Mar 2005 08:32:55 +0000 Subject: removed the practically useless "trickle charge" and "deep discharge" options, now trickle is always on and deep always off git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6107 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index c6e4a56fc8..d738261c62 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -183,8 +183,6 @@ struct user_settings 1=always, then according to timeout_values[] */ bool backlight_on_when_charging; - bool discharge; /* maintain charge of at least: false = 85%, true = 10% */ - bool trickle_charge; /* do trickle charging: 0=off, 1=on */ int battery_capacity; /* in mAh */ int battery_type; /* for units which can take multiple types (Ondio). */ -- cgit v1.2.3