[MPlayer-cvslog] r27926 - in trunk/libvo: vo_x11.c vo_xv.c vo_xvmc.c

reimar subversion at mplayerhq.hu
Sat Nov 15 20:03:21 CET 2008


Author: reimar
Date: Sat Nov 15 20:03:21 2008
New Revision: 27926

Log:
Remove now unused variables.


Modified:
   trunk/libvo/vo_x11.c
   trunk/libvo/vo_xv.c
   trunk/libvo/vo_xvmc.c

Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c	(original)
+++ trunk/libvo/vo_x11.c	Sat Nov 15 20:03:21 2008
@@ -315,9 +315,6 @@ static int config(uint32_t width, uint32
 
 #ifdef CONFIG_XF86VM
     int vm = 0;
-    unsigned int modeline_width, modeline_height;
-    static uint32_t vm_width;
-    static uint32_t vm_height;
 #endif
 
     vo_mouse_autohide = 1;
@@ -403,7 +400,6 @@ static int config(uint32_t width, uint32
             vo_window = WinID ? ((Window) WinID) : mRootWin;
             if (WinID)
             {
-                int border;
                 XUnmapWindow(mDisplay, vo_window);
                 XChangeWindowAttributes(mDisplay, vo_window, xswamask,
                                         &xswa);

Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c	(original)
+++ trunk/libvo/vo_xv.c	Sat Nov 15 20:03:21 2008
@@ -89,8 +89,7 @@ static int flip_flag;
 
 static int int_pause;
 
-static Window mRoot;
-static uint32_t drwX, drwY, drwBorderWidth, drwDepth;
+static uint32_t drwX, drwY;
 static uint32_t max_width = 0, max_height = 0; // zero means: not set
 
 static void (*draw_alpha_fnc) (int x0, int y0, int w, int h,
@@ -175,9 +174,6 @@ static int config(uint32_t width, uint32
 
 #ifdef CONFIG_XF86VM
     int vm = 0;
-    unsigned int modeline_width, modeline_height;
-    static uint32_t vm_width;
-    static uint32_t vm_height;
 #endif
 
     image_height = height;

Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c	(original)
+++ trunk/libvo/vo_xvmc.c	Sat Nov 15 20:03:21 2008
@@ -463,9 +463,6 @@ unsigned long xswamask;
 int depth;
 #ifdef CONFIG_XF86VM
 int vm=0;
-unsigned int modeline_width, modeline_height;
-static uint32_t vm_width;
-static uint32_t vm_height;
 #endif
 //end of vo_xv
 



More information about the MPlayer-cvslog mailing list