Remove alternative volume control binding that clash with libdvdnav support.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5385 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-03-29 00:04:14 +00:00
parent c96745660a
commit f362ca99e0
1 changed files with 0 additions and 2 deletions

View File

@ -1242,10 +1242,8 @@ static void check_events (void)
case SDLK_GREATER: mplayer_put_key('>'); break;
case SDLK_ASTERISK:
case SDLK_KP_MULTIPLY:
case SDLK_w: mplayer_put_key('*'); break;
case SDLK_SLASH:
case SDLK_KP_DIVIDE:
case SDLK_s: mplayer_put_key('/'); break;
default: break;
}
break;