Remove unused function display_keylock_text

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-10-04 20:34:15 +00:00
parent b01d8fa071
commit 9bddc48b32
2 changed files with 0 additions and 14 deletions

View file

@ -441,19 +441,6 @@ bool ffwd_rew(int button)
return usb;
}
void display_keylock_text(bool locked)
{
int i;
FOR_NB_SCREENS(i)
skin_get_gwps(WPS, i)->display->stop_scroll();
splash(HZ, locked ? ID2P(LANG_KEYLOCK_ON) : ID2P(LANG_KEYLOCK_OFF));
}
#if defined(HAVE_BACKLIGHT) || defined(HAVE_REMOTE_LCD)
static void gwps_caption_backlight(struct wps_state *state)
{

View file

@ -38,7 +38,6 @@ void unpause_action(bool may_fade, bool updatewps);
void fade(bool fade_in, bool updatewps);
bool ffwd_rew(int button);
void display_keylock_text(bool locked);
void wps_do_playpause(bool updatewps);
#ifdef IPOD_ACCESSORY_PROTOCOL