summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 2aedff752b..0ae2e24235 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -393,28 +393,6 @@ static inline char* get_skin_buffer(struct wps_data* data)
393 393
394/* wps_data end */ 394/* wps_data end */
395 395
396/* wps_state
397 holds the data which belongs to the current played track,
398 the track which will be played afterwards, current path to the track
399 and some status infos */
400struct wps_state
401{
402 struct mp3entry* id3;
403 struct mp3entry* nid3;
404 int ff_rewind_count;
405 bool paused;
406};
407
408/* change the ff/rew-status
409 if ff_rew = true then we are in skipping mode
410 else we are in normal mode */
411/* void wps_state_update_ff_rew(bool ff_rew); Currently unused */
412
413/* change the tag-information of the current played track
414 and the following track */
415/* void wps_state_update_id3_nid3(struct mp3entry *id3, struct mp3entry *nid3); Currently unused */
416/* wps_state end*/
417
418/* gui_wps 396/* gui_wps
419 defines a wps with its data, state, 397 defines a wps with its data, state,
420 and the screen on which the wps-content should be drawn */ 398 and the screen on which the wps-content should be drawn */