mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 08:26:56 +00:00
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28191 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
69132d6b4b
commit
1e1de192f8
@ -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') ||
|
||||
|
Loading…
Reference in New Issue
Block a user