# HG changeset patch # User albeu # Date 1016297855 0 # Node ID 74e0ebe59cabbd13e5bae02c36c7dd621465d6ea # Parent 79ea91540f293f8f445e653fb2ee7659ddd07b83 1L : removed redondant enter key binding diff -r 79ea91540f29 -r 74e0ebe59cab input/input.c --- a/input/input.c Sat Mar 16 16:47:35 2002 +0000 +++ b/input/input.c Sat Mar 16 16:57:35 2002 +0000 @@ -156,7 +156,6 @@ { { '+', 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