summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 024037fd70..8c367586ee 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -64,8 +64,6 @@
#define MAX_BUFFERS 3
-#define UNUSED(x) ((void)(x)) /**< Removes warning about unused arguments */
-
static const vo_info_t info =
{
"VESA VBE 2.0 video output",
@@ -345,13 +343,6 @@ static void draw_alpha_15(int x0,int y0, int w,int h, unsigned char* src, unsign
static void draw_alpha_null(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride)
{
- UNUSED(x0);
- UNUSED(y0);
- UNUSED(w);
- UNUSED(h);
- UNUSED(src);
- UNUSED(srca);
- UNUSED(stride);
}