Update of /cvsroot/toxine/toxine/src
In directory usw-pr-cvs1:/tmp/cvs-serv23214
Modified Files:
commands.c
Log Message:
Remove no more available XINE_LOGO engine status.
Index: commands.c
===================================================================
RCS file: /cvsroot/toxine/toxine/src/commands.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commands.c 3 Jun 2002 14:53:18 -0000 1.3
+++ commands.c 13 Jun 2002 12:06:45 -0000 1.4
@@ -97,7 +97,6 @@
prompt_state_t prompt_state[] = {
{ XINE_STOP , "STOP" },
- { XINE_LOGO , "STOP" },
{ XINE_PLAY , "PLAY" },
{ XINE_QUIT , "QUIT" },
{ -1 , "NOT INIT" },
|