summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-03-03 08:32:55 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-03-03 08:32:55 +0000
commitd061b371d6f53e0c2f310f4eb5776430772a8ac5 (patch)
tree611417c1cf40f66fe4d7c48e976ab3a26fbb1a22 /apps/settings.h
parentac79a0c42b19c4c3139afee467672d6e6c5b1c06 (diff)
downloadrockbox-d061b371d6f53e0c2f310f4eb5776430772a8ac5.tar.gz
rockbox-d061b371d6f53e0c2f310f4eb5776430772a8ac5.zip
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
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 0 insertions, 2 deletions
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
183 1=always, 183 1=always,
184 then according to timeout_values[] */ 184 then according to timeout_values[] */
185 bool backlight_on_when_charging; 185 bool backlight_on_when_charging;
186 bool discharge; /* maintain charge of at least: false = 85%, true = 10% */
187 bool trickle_charge; /* do trickle charging: 0=off, 1=on */
188 int battery_capacity; /* in mAh */ 186 int battery_capacity; /* in mAh */
189 int battery_type; /* for units which can take multiple types (Ondio). */ 187 int battery_type; /* for units which can take multiple types (Ondio). */
190 188