summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 09:34:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 09:34:53 +0000
commit2718730d2c20b0315189a00d3eb42e16bb4eb38b (patch)
tree5699d95d68ef2655c908bf8e228c9f7608927eb2 /libvo
parentf0411ae27f293dbfa616a1317a183a67dd25b4e8 (diff)
downloadmpv-2718730d2c20b0315189a00d3eb42e16bb4eb38b.tar.bz2
mpv-2718730d2c20b0315189a00d3eb42e16bb4eb38b.tar.xz
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24065 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 3f7b81ef91..72f2232f8e 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -312,7 +312,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
// int interval, prefer_blank, allow_exp, nothing;
unsigned int fg, bg;
- XEvent xev;
XGCValues xgcv;
Colormap theCmap;
XSetWindowAttributes xswa;