changeset 33327:f5805f8c14c1

Remove unused variable.
author reimar
date Sat, 07 May 2011 19:56:48 +0000
parents a25fcd61e0c9
children 658f24bbf9b7
files libvo/vo_xvmc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Sat May 07 19:54:06 2011 +0000
+++ b/libvo/vo_xvmc.c	Sat May 07 19:56:48 2011 +0000
@@ -885,7 +885,6 @@
         XvMCSyncSubpicture(mDisplay,&subpicture);//todo usleeep wait!
 
         if(subpicture_mode == BLEND_SUBPICTURE){
-            struct render_info *info;
             osd_rndr = find_free_surface();
             if(osd_rndr == NULL)
                 return;// no free surface to draw OSD in