forked from len0rd/rockbox
remove an unused variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27632 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57933f2bc6
commit
b3740b7bb6
1 changed files with 0 additions and 2 deletions
|
|
@ -48,7 +48,6 @@ static struct wps_sync_data sb_skin_sync_data = { .do_full_update = false
|
|||
|
||||
/* initial setup of wps_data */
|
||||
static int update_delay = DEFAULT_UPDATE_DELAY;
|
||||
static struct wps_token *found_token;
|
||||
static int set_title_worker(char* title, enum themable_icons icon,
|
||||
struct wps_data *data, struct skin_element *root)
|
||||
{
|
||||
|
|
@ -70,7 +69,6 @@ static int set_title_worker(char* title, enum themable_icons icon,
|
|||
{
|
||||
if (token->type == SKIN_TOKEN_LIST_TITLE_TEXT)
|
||||
{
|
||||
found_token = token;
|
||||
token->value.data = title;
|
||||
retval = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue