# HG changeset patch # User reimar # Date 1226855768 0 # Node ID aed1781a422fb9d17f7bc2798266545b6a1fadb5 # Parent 05841116681a110f7edfa5cd05b06126455fc6dc Get rid of (besides useless assignments) unused XSizeHints variable in vo_xvmc. diff -r 05841116681a -r aed1781a422f libvo/vo_xvmc.c --- a/libvo/vo_xvmc.c Sun Nov 16 16:59:17 2008 +0000 +++ b/libvo/vo_xvmc.c Sun Nov 16 17:16:08 2008 +0000 @@ -454,7 +454,6 @@ int numblocks,blocks_per_macroblock;//bpmb we have 6,8,12 //from vo_xv -XSizeHints hint; XVisualInfo vinfo; XGCValues xgcv; XSetWindowAttributes xswa; @@ -646,10 +645,6 @@ else #endif { - hint.x = vo_dx; - hint.y = vo_dy; - hint.width = d_width; - hint.height = d_height; #ifdef CONFIG_XF86VM if ( vm ) { @@ -657,8 +652,6 @@ } else #endif - hint.flags = PPosition | PSize /* | PBaseSize */; - hint.base_width = hint.width; hint.base_height = hint.height; XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &attribs); depth=attribs.depth; if (depth != 15 && depth != 16 && depth != 24 && depth != 32) depth = 24;