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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 82321ff945..8d0453385b 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -39,9 +39,7 @@
39#include "storage.h" 39#include "storage.h"
40#include "screens.h" 40#include "screens.h"
41#include "playlist.h" 41#include "playlist.h"
42#ifdef HAVE_LCD_BITMAP
43#include "icons.h" 42#include "icons.h"
44#endif
45#include "lang.h" 43#include "lang.h"
46#include "bookmark.h" 44#include "bookmark.h"
47#include "misc.h" 45#include "misc.h"
@@ -87,7 +85,6 @@ static void track_info_callback(unsigned short id, void *param);
87char* wps_default_skin(enum screen_type screen) 85char* wps_default_skin(enum screen_type screen)
88{ 86{
89 static char *skin_buf[NB_SCREENS] = { 87 static char *skin_buf[NB_SCREENS] = {
90#ifdef HAVE_LCD_BITMAP
91#if LCD_DEPTH > 1 88#if LCD_DEPTH > 1
92 "%X(d)\n" 89 "%X(d)\n"
93#endif 90#endif
@@ -97,10 +94,6 @@ char* wps_default_skin(enum screen_type screen)
97 "%al%pc/%pt%ar[%pp:%pe]\n" 94 "%al%pc/%pt%ar[%pp:%pe]\n"
98 "%fbkBit %?fv<avg|> %?iv<%(id3v%iv%)|%(no id3%)>\n" 95 "%fbkBit %?fv<avg|> %?iv<%(id3v%iv%)|%(no id3%)>\n"
99 "%pb\n%pm\n", 96 "%pb\n%pm\n",
100#else
101 "%s%pp/%pe: %?it<%it|%fn> - %?ia<%ia|%d(2)> - %?id<%id|%d(1)>\n"
102 "%pc%?ps<*|/>%pt\n",
103#endif
104#ifdef HAVE_REMOTE_LCD 97#ifdef HAVE_REMOTE_LCD
105#if LCD_REMOTE_DEPTH > 1 98#if LCD_REMOTE_DEPTH > 1
106 "%X(d)\n" 99 "%X(d)\n"