this function is not used by scrollwheel targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2008-06-28 18:35:26 +00:00
parent 5edeade83b
commit b628198499

View file

@ -279,6 +279,7 @@ static int32_t backlight_getlang(int value, int unit)
}
#endif
#ifndef HAVE_SCROLLWHEEL
static void scanaccel_formatter(char *buffer, size_t buffer_size,
int val, const char *unit)
{
@ -288,6 +289,7 @@ static void scanaccel_formatter(char *buffer, size_t buffer_size,
else
snprintf(buffer, buffer_size, "2x/%ds", val);
}
#endif
#if CONFIG_CODEC == SWCODEC
static void crossfeed_cross_set(int val)