changeset 28156:b3db050cbd0d

Remove unused variable.
author diego
date Wed, 24 Dec 2008 16:57:35 +0000
parents c21d81e41e15
children 674423aba250
files libvo/x11_common.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Wed Dec 24 16:05:20 2008 +0000
+++ b/libvo/x11_common.c	Wed Dec 24 16:57:35 2008 +0000
@@ -598,7 +598,6 @@
 {
     static const char *passthrough_keys = " -+*/<>`~!@#$%^&()_{}:;\"\',.?\\|=[]";
     int mpkey = 0;
-    int i;
     if ((key >= 'a' && key <= 'z') ||
         (key >= 'A' && key <= 'Z') ||
         (key >= '0' && key <= '9') ||