summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-16 16:57:35 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-16 16:57:35 +0000
commitecc9aff200260f7e38266cee5f2cf4d12580582c (patch)
tree582cf808c18f576618b880598d7d7b398e69a0ca /input
parent7ecf1d87b00794980b05badda816b2fdf5c7c826 (diff)
downloadmpv-ecc9aff200260f7e38266cee5f2cf4d12580582c.tar.bz2
mpv-ecc9aff200260f7e38266cee5f2cf4d12580582c.tar.xz
1L : removed redondant enter key binding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5138 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/input.c b/input/input.c
index ada02482ba..c701716241 100644
--- a/input/input.c
+++ b/input/input.c
@@ -156,7 +156,6 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { '+', 0 }, "audio_delay -0.100" },
{ { 'q', 0 }, "quit" },
{ { KEY_ESC, 0 }, "quit" },
- { { KEY_ENTER, 0 }, "pt_step 1 1" },
#ifndef HAVE_NEW_GUI
{ { 'p', 0 }, "pause" },
#endif