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
This commit is contained in:
reimar 2010-10-09 11:31:40 +00:00 committed by Uoti Urpala
parent 41657da91e
commit 57300e6ec7
1 changed files with 0 additions and 2 deletions

View File

@ -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;