summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-24 16:57:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-24 16:57:35 +0000
commit1e1de192f881ea3e697f34408e9cf81180504bf9 (patch)
tree9ac14c33cb1a24a9007c474869979c65bf34e408 /libvo
parent69132d6b4b189cb5ffa1b8cd64ced52742d0d897 (diff)
downloadmpv-1e1de192f881ea3e697f34408e9cf81180504bf9.tar.bz2
mpv-1e1de192f881ea3e697f34408e9cf81180504bf9.tar.xz
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28191 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 937be5754b..9b6ee47b9b 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -598,7 +598,6 @@ void vo_x11_putkey(int key)
{
static const char *passthrough_keys = " -+*/<>`~!@#$%^&()_{}:;\"\',.?\\|=[]";
int mpkey = 0;
- int i;
if ((key >= 'a' && key <= 'z') ||
(key >= 'A' && key <= 'Z') ||
(key >= '0' && key <= '9') ||