[MPlayer-cvslog] r28191 - trunk/libvo/x11_common.c

diego subversion at mplayerhq.hu
Wed Dec 24 17:57:36 CET 2008


Author: diego
Date: Wed Dec 24 17:57:35 2008
New Revision: 28191

Log:
Remove unused variable.

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Wed Dec 24 17:05:20 2008	(r28190)
+++ trunk/libvo/x11_common.c	Wed Dec 24 17:57:35 2008	(r28191)
@@ -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') ||



More information about the MPlayer-cvslog mailing list