# HG changeset patch # User reimar # Date 1286623900 0 # Node ID 96f96cb1ffc0b841fceaed5b2103c73da74ea99e # Parent ac7cc55831451ab228b7ebc68cdbb206f9cff1c0 Remove an unmotivated and pointless panscan_calc call. diff -r ac7cc5583145 -r 96f96cb1ffc0 libvo/vo_xmga.c --- a/libvo/vo_xmga.c Sat Oct 09 11:26:37 2010 +0000 +++ b/libvo/vo_xmga.c Sat Oct 09 11:31:40 2010 +0000 @@ -171,8 +171,6 @@ 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;