[Mplayer-cvslog] CVS: main/input input.c,1.23,1.24

Alban Bedel CVS albeu at mplayer.dev.hu
Sat Mar 16 17:57:38 CET 2002


Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv25376/input

Modified Files:
	input.c 
Log Message:
1L : removed redondant enter key binding


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- input.c	16 Mar 2002 16:47:35 -0000	1.23
+++ input.c	16 Mar 2002 16:57:35 -0000	1.24
@@ -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




More information about the MPlayer-cvslog mailing list