summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/wps.c13
-rw-r--r--apps/gui/wps.h1
2 files changed, 0 insertions, 14 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 48d9e09..7febc56 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -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)
{
diff --git a/apps/gui/wps.h b/apps/gui/wps.h
index 87a5a23..f1ec746 100644
--- a/apps/gui/wps.h
+++ b/apps/gui/wps.h
@@ -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