changeset 32372:96f96cb1ffc0

Remove an unmotivated and pointless panscan_calc call.
author reimar
date Sat, 09 Oct 2010 11:31:40 +0000
parents ac7cc5583145
children 67c00c59eba6
files libvo/vo_xmga.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;