summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-06-28 18:35:26 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-06-28 18:35:26 +0000
commitb628198499af830f901db8236f8ac48ac2c29deb (patch)
tree11eef22b56cf851fa0789f5d5dfc876740da5862
parent5edeade83bcff6bbd6e9c6019198947456d619d4 (diff)
downloadrockbox-b628198499af830f901db8236f8ac48ac2c29deb.tar.gz
rockbox-b628198499af830f901db8236f8ac48ac2c29deb.zip
this function is not used by scrollwheel targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17851 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings_list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 14cfe1497f..ec6f7b6d08 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -279,6 +279,7 @@ static int32_t backlight_getlang(int value, int unit)
279} 279}
280#endif 280#endif
281 281
282#ifndef HAVE_SCROLLWHEEL
282static void scanaccel_formatter(char *buffer, size_t buffer_size, 283static void scanaccel_formatter(char *buffer, size_t buffer_size,
283 int val, const char *unit) 284 int val, const char *unit)
284{ 285{
@@ -288,6 +289,7 @@ static void scanaccel_formatter(char *buffer, size_t buffer_size,
288 else 289 else
289 snprintf(buffer, buffer_size, "2x/%ds", val); 290 snprintf(buffer, buffer_size, "2x/%ds", val);
290} 291}
292#endif
291 293
292#if CONFIG_CODEC == SWCODEC 294#if CONFIG_CODEC == SWCODEC
293static void crossfeed_cross_set(int val) 295static void crossfeed_cross_set(int val)