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:
parent
b01d8fa071
commit
9bddc48b32
2 changed files with 0 additions and 14 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue