summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 6311bc058b..3836d9291b 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -469,7 +469,6 @@ struct wps_state
469 bool wps_time_countup; 469 bool wps_time_countup;
470 struct mp3entry* id3; 470 struct mp3entry* id3;
471 struct mp3entry* nid3; 471 struct mp3entry* nid3;
472 char current_track_path[MAX_PATH];
473}; 472};
474 473
475 474
@@ -491,7 +490,6 @@ struct gui_wps
491 struct screen *display; 490 struct screen *display;
492 struct wps_data *data; 491 struct wps_data *data;
493 struct wps_state *state; 492 struct wps_state *state;
494 struct gui_statusbar *statusbar;
495}; 493};
496 494
497/* gui_wps end */ 495/* gui_wps end */
@@ -503,7 +501,6 @@ extern struct wps_state wps_state;
503extern struct gui_wps gui_wps[NB_SCREENS]; 501extern struct gui_wps gui_wps[NB_SCREENS];
504 502
505void gui_sync_wps_init(void); 503void gui_sync_wps_init(void);
506void gui_sync_wps_screen_init(void);
507 504
508#ifdef HAVE_ALBUMART 505#ifdef HAVE_ALBUMART
509/* gives back if WPS contains an albumart tag */ 506/* gives back if WPS contains an albumart tag */