diff options
-rw-r--r-- | apps/gui/statusbar-skinned.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/statusbar-skinned.c b/apps/gui/statusbar-skinned.c index 213d8a1777..4df87c0de5 100644 --- a/apps/gui/statusbar-skinned.c +++ b/apps/gui/statusbar-skinned.c | |||
@@ -48,7 +48,6 @@ static struct wps_sync_data sb_skin_sync_data = { .do_full_update = false | |||
48 | 48 | ||
49 | /* initial setup of wps_data */ | 49 | /* initial setup of wps_data */ |
50 | static int update_delay = DEFAULT_UPDATE_DELAY; | 50 | static int update_delay = DEFAULT_UPDATE_DELAY; |
51 | static struct wps_token *found_token; | ||
52 | static int set_title_worker(char* title, enum themable_icons icon, | 51 | static int set_title_worker(char* title, enum themable_icons icon, |
53 | struct wps_data *data, struct skin_element *root) | 52 | struct wps_data *data, struct skin_element *root) |
54 | { | 53 | { |
@@ -70,7 +69,6 @@ static int set_title_worker(char* title, enum themable_icons icon, | |||
70 | { | 69 | { |
71 | if (token->type == SKIN_TOKEN_LIST_TITLE_TEXT) | 70 | if (token->type == SKIN_TOKEN_LIST_TITLE_TEXT) |
72 | { | 71 | { |
73 | found_token = token; | ||
74 | token->value.data = title; | 72 | token->value.data = title; |
75 | retval = 1; | 73 | retval = 1; |
76 | } | 74 | } |