[Toxine-cvs] CVS: toxine/src commands.c,1.3,1.4
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-06-13 12:06:48
|
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" }, |