summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 48d9e0912e..7febc567a2 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -441,19 +441,6 @@ bool ffwd_rew(int button)
441 return usb; 441 return usb;
442} 442}
443 443
444
445void display_keylock_text(bool locked)
446{
447 int i;
448 FOR_NB_SCREENS(i)
449 skin_get_gwps(WPS, i)->display->stop_scroll();
450
451 splash(HZ, locked ? ID2P(LANG_KEYLOCK_ON) : ID2P(LANG_KEYLOCK_OFF));
452}
453
454
455
456
457#if defined(HAVE_BACKLIGHT) || defined(HAVE_REMOTE_LCD) 444#if defined(HAVE_BACKLIGHT) || defined(HAVE_REMOTE_LCD)
458static void gwps_caption_backlight(struct wps_state *state) 445static void gwps_caption_backlight(struct wps_state *state)
459{ 446{