summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.c')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c
index e9f6b9011f..8ea4ee3abd 100644
--- a/apps/plugins/mpegplayer/mpegplayer.c
+++ b/apps/plugins/mpegplayer/mpegplayer.c
@@ -303,11 +303,6 @@ static unsigned draw_blendcolor(unsigned c1, unsigned c2, unsigned char amount)
303} 303}
304#endif 304#endif
305 305
306static void draw_fill_rect(int x, int y, int width, int height)
307{
308 rb->lcd_fillrect(_X, _Y, _W, _H);
309}
310
311#ifdef HAVE_LCD_COLOR 306#ifdef HAVE_LCD_COLOR
312static void draw_update_rect(int x, int y, int width, int height) 307static void draw_update_rect(int x, int y, int width, int height)
313{ 308{