summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
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/vo_x11.c
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/vo_x11.c')
-rw-r--r--libvo/vo_x11.c4
1 files changed, 0 insertions, 4 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);