summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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') ||