changeset 5137:74e0ebe59cab

1L : removed redondant enter key binding
author albeu
date Sat, 16 Mar 2002 16:57:35 +0000
parents 79ea91540f29
children fce3b54250b1
files input/input.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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