changeset 24045:57f547f4ed89

Remove unused variable.
author diego
date Wed, 15 Aug 2007 09:34:53 +0000
parents 972aaf16901f
children 7e2808fb1807
files libvo/vo_x11.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_x11.c	Wed Aug 15 09:02:38 2007 +0000
+++ b/libvo/vo_x11.c	Wed Aug 15 09:34:53 2007 +0000
@@ -312,7 +312,6 @@
 
 // int interval, prefer_blank, allow_exp, nothing;
     unsigned int fg, bg;
-    XEvent xev;
     XGCValues xgcv;
     Colormap theCmap;
     XSetWindowAttributes xswa;