summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 19:03:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 19:03:21 +0000
commit55175c457dcad4fc33e10c2db5949d13b0a08cca (patch)
treeb4b714714ab4521a1e8230e9ef2c4a3d0952a026 /libvo
parent21040bb95168c44232cc39bb9ae7dc9b4af4206f (diff)
downloadmpv-55175c457dcad4fc33e10c2db5949d13b0a08cca.tar.bz2
mpv-55175c457dcad4fc33e10c2db5949d13b0a08cca.tar.xz
Remove now unused variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27926 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c4
-rw-r--r--libvo/vo_xv.c6
-rw-r--r--libvo/vo_xvmc.c3
3 files changed, 1 insertions, 12 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index fbc3b4db19..0cd589f28c 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -315,9 +315,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
#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_t height, uint32_t d_width,
vo_window = WinID ? ((Window) WinID) : mRootWin;
if (WinID)
{
- int border;
XUnmapWindow(mDisplay, vo_window);
XChangeWindowAttributes(mDisplay, vo_window, xswamask,
&xswa);
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 926f3737be..77c9d78531 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -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_t height, uint32_t d_width,
#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;
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c
index 23ba186071..4124453794 100644
--- a/libvo/vo_xvmc.c
+++ b/libvo/vo_xvmc.c
@@ -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