[MPlayer-cvslog] r25547 - trunk/libvo/vesa_lvo.c
diego
subversion at mplayerhq.hu
Sun Dec 30 11:54:05 CET 2007
Author: diego
Date: Sun Dec 30 11:54:04 2007
New Revision: 25547
Log:
Disable unused code, fixes the warning:
vesa_lvo.c: At top level:
vesa_lvo.c:248: warning: 'draw_alpha' defined but not used
Modified:
trunk/libvo/vesa_lvo.c
Modified: trunk/libvo/vesa_lvo.c
==============================================================================
--- trunk/libvo/vesa_lvo.c (original)
+++ trunk/libvo/vesa_lvo.c Sun Dec 30 11:54:04 2007
@@ -234,6 +234,7 @@ void vlvo_flip_page(void)
}
}
+#if 0
static void draw_alpha_null(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)
{
UNUSED(x0);
@@ -280,6 +281,7 @@ static void draw_alpha(int x0,int y0, in
draw_alpha_null(x0,y0,w,h,src,srca,stride);
}
}
+#endif
void vlvo_draw_osd(void)
{
More information about the MPlayer-cvslog
mailing list