diff --git a/libvo/vesa_lvo.c b/libvo/vesa_lvo.c index b42cef1ec5..637bb20633 100644 --- a/libvo/vesa_lvo.c +++ b/libvo/vesa_lvo.c @@ -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, int w,int h, unsigned char* src, unsigned draw_alpha_null(x0,y0,w,h,src,srca,stride); } } +#endif void vlvo_draw_osd(void) {