summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-01-03 17:30:50 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-01-03 17:30:50 +0000
commitd9a895599ecc3d74684e546c730842283255b24e (patch)
treed6583e542e87e15d773d63c51675f059943e6e3f /apps/plugins/mpegplayer/mpegplayer.c
parenta5fc3f4df4bec2b6ae1c22fb83cf495f31773122 (diff)
downloadrockbox-d9a895599ecc3d74684e546c730842283255b24e.tar.gz
rockbox-d9a895599ecc3d74684e546c730842283255b24e.zip
Fix some warnings/errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15992 a1c6a512-1295-4272-9138-f99709370657
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{