summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_display.h')
-rw-r--r--apps/gui/skin_engine/skin_display.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/skin_display.h b/apps/gui/skin_engine/skin_display.h
index 67b7bfdf27..da4bb92aef 100644
--- a/apps/gui/skin_engine/skin_display.h
+++ b/apps/gui/skin_engine/skin_display.h
@@ -36,9 +36,6 @@ void draw_playlist_viewer_list(struct gui_wps *gwps, struct playlistviewer *view
36void clear_image_pos(struct gui_wps *gwps, struct gui_img *img); 36void clear_image_pos(struct gui_wps *gwps, struct gui_img *img);
37void wps_draw_image(struct gui_wps *gwps, struct gui_img *img, int subimage); 37void wps_draw_image(struct gui_wps *gwps, struct gui_img *img, int subimage);
38void wps_display_images(struct gui_wps *gwps, struct viewport* vp); 38void wps_display_images(struct gui_wps *gwps, struct viewport* vp);
39#else
40bool draw_player_progress(struct gui_wps *gwps);
41void draw_player_fullbar(struct gui_wps *gwps, char* buf, int buf_size);
42#endif 39#endif
43 40
44/* Evaluate the conditional that is at *token_index and return whether a skip 41/* Evaluate the conditional that is at *token_index and return whether a skip