Mercurial > mplayer.hg
changeset 27892:761414233746
Remove now unused variables.
author | reimar |
---|---|
date | Sat, 15 Nov 2008 19:03:21 +0000 |
parents | 8742bcad99b5 |
children | 002c69b829a5 |
files | libvo/vo_x11.c libvo/vo_xv.c libvo/vo_xvmc.c |
diffstat | 3 files changed, 1 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_x11.c Sat Nov 15 18:58:14 2008 +0000 +++ b/libvo/vo_x11.c Sat Nov 15 19:03:21 2008 +0000 @@ -315,9 +315,6 @@ #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 @@ vo_window = WinID ? ((Window) WinID) : mRootWin; if (WinID) { - int border; XUnmapWindow(mDisplay, vo_window); XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xswa);
--- a/libvo/vo_xv.c Sat Nov 15 18:58:14 2008 +0000 +++ b/libvo/vo_xv.c Sat Nov 15 19:03:21 2008 +0000 @@ -89,8 +89,7 @@ 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 @@ #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;