summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c3
-rw-r--r--libvo/vo_dxr3.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index 26df56d5b4..fa6b52e0d6 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -67,9 +67,6 @@ static void draw_osd(void)
}
-//static void
-//write_slice_g200(uint8_t *y,uint8_t *cr, uint8_t *cb,uint32_t slice_num)
-
static void
draw_slice_g200(uint8_t *image[], int stride[], int width,int height,int x,int y)
{
diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c
index a4e012894e..240d369f83 100644
--- a/libvo/vo_dxr3.c
+++ b/libvo/vo_dxr3.c
@@ -552,7 +552,6 @@ static void draw_alpha(int x, int y, int w, int h, unsigned char* src, unsigned
#endif
}
-extern int vo_osd_changed_flag;
extern mp_osd_obj_t* vo_osd_list;
static void draw_osd(void)