changeset 25519:9868224cba3c

Disable unused code, fixes the warning: vesa_lvo.c: At top level: vesa_lvo.c:248: warning: 'draw_alpha' defined but not used
author diego
date Sun, 30 Dec 2007 10:54:04 +0000
parents e2fb1ad9b2b4
children 1a97bd3ad684
files libvo/vesa_lvo.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vesa_lvo.c	Sun Dec 30 10:52:57 2007 +0000
+++ b/libvo/vesa_lvo.c	Sun Dec 30 10:54:04 2007 +0000
@@ -234,6 +234,7 @@
   }	
 }
 
+#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 @@
         draw_alpha_null(x0,y0,w,h,src,srca,stride);
     }
 }
+#endif
 
 void     vlvo_draw_osd(void)
 {