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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_display.h b/apps/gui/skin_engine/skin_display.h
index 01a2169952..de1b0b20b5 100644
--- a/apps/gui/skin_engine/skin_display.h
+++ b/apps/gui/skin_engine/skin_display.h
@@ -29,7 +29,6 @@
29#define _SKIN_DISPLAY_H_ 29#define _SKIN_DISPLAY_H_
30 30
31 31
32#ifdef HAVE_LCD_BITMAP
33void draw_progressbar(struct gui_wps *gwps, int line, struct progressbar *pb); 32void draw_progressbar(struct gui_wps *gwps, int line, struct progressbar *pb);
34void draw_playlist_viewer_list(struct gui_wps *gwps, struct playlistviewer *viewer); 33void draw_playlist_viewer_list(struct gui_wps *gwps, struct playlistviewer *viewer);
35/* clears the area where the image was shown */ 34/* clears the area where the image was shown */
@@ -40,7 +39,6 @@ void wps_display_images(struct gui_wps *gwps, struct viewport* vp);
40void skin_render_viewport(struct skin_element* viewport, struct gui_wps *gwps, 39void skin_render_viewport(struct skin_element* viewport, struct gui_wps *gwps,
41 struct skin_viewport* skin_viewport, unsigned long refresh_type); 40 struct skin_viewport* skin_viewport, unsigned long refresh_type);
42 41
43#endif
44 42
45/* Evaluate the conditional that is at *token_index and return whether a skip 43/* Evaluate the conditional that is at *token_index and return whether a skip
46 has ocurred. *token_index is updated with the new position. 44 has ocurred. *token_index is updated with the new position.