From 57300e6ec7776dfb2b19dbf8c650ce982d8c1a91 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 9 Oct 2010 11:31:40 +0000 Subject: vo_xmga: Remove an unmotivated and pointless panscan_calc call git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32458 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xmga.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c index 49e23b8e0e..9072c8b3a2 100644 --- a/libvo/vo_xmga.c +++ b/libvo/vo_xmga.c @@ -171,8 +171,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, flags, xWAttribs.colormap, "xmga", title); XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs); - panscan_calc(); - mga_vid_config.colkey_on = 1; mga_vid_config.colkey_red = r; mga_vid_config.colkey_green = g; -- cgit v1.2.3