summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:01:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 16:01:36 +0000
commite364249f21f7273f86d03264ec4d6d4957bd7dd5 (patch)
tree8c44cb7b9d1d67ba58f022cded15221175d5354f /libvo
parent4a3877c93ac469786ab704159b1a4744621daf73 (diff)
downloadmpv-e364249f21f7273f86d03264ec4d6d4957bd7dd5.tar.bz2
mpv-e364249f21f7273f86d03264ec4d6d4957bd7dd5.tar.xz
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dga.c1
-rw-r--r--libvo/vo_x11.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 9d0cf467c5..5fcea7b94a 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -286,7 +286,6 @@ static void fillblock(char *strt, int yoff, int lines, int val)
static int draw_frame(uint8_t * src[])
{
- int vp_skip = vo_dga_vp_skip;
int numlines = vo_dga_lines;
char *s, *d;
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index bffd7880b4..f2649ccb32 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -383,7 +383,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
if (WinID)
{
int border;
- Window win;
XUnmapWindow(mDisplay, vo_window);
XChangeWindowAttributes(mDisplay, vo_window, xswamask,
&xswa);