From 1e1de192f881ea3e697f34408e9cf81180504bf9 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 24 Dec 2008 16:57:35 +0000 Subject: Remove unused variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28191 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libvo/x11_common.c') 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') || -- cgit v1.2.3