summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 5a3b8dc037..4d744a73a7 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -71,8 +71,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
printf("vo_mga aspect(): resized to %dx%d\n",d_width,d_height);
}
- mga_vid_config.colkey_on=0;
-
mga_vid_config.dest_width = d_width;
mga_vid_config.dest_height= d_height;
mga_vid_config.x_org= 0; // (720-mga_vid_config.dest_width)/2;
@@ -96,11 +94,6 @@ static void uninit(void)
mga_uninit();
}
-static void draw_osd(void)
-{
- vo_draw_text(mga_vid_config.src_width,mga_vid_config.src_height,draw_alpha);
-}
-
static void flip_page(void)
{
vo_mga_flip_page();