diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-29 00:04:14 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-29 00:04:14 +0000 |
commit | f362ca99e0fc3a93c9b8008cc31eb2ecf91c5ca1 (patch) | |
tree | 142c44ca5022bd2ad5de7d6a76180466a0649707 /libvo | |
parent | c96745660af66784dc89cf748286396b6131a99d (diff) |
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
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_sdl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c index 42d460e33d..6542b8161f 100644 --- a/libvo/vo_sdl.c +++ b/libvo/vo_sdl.c @@ -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; |