1
0
Fork 0
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:
Jonathan Gordon 2010-07-31 08:58:34 +00:00
parent 57933f2bc6
commit b3740b7bb6

View file

@ -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;
}