[Toxine-cvs] CVS: toxine/src commands.c,1.6,1.7 common.h,1.2,1.3
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-06-30 15:44:08
|
Update of /cvsroot/toxine/toxine/src In directory usw-pr-cvs1:/tmp/cvs-serv17178 Modified Files: commands.c common.h Log Message: Remove unused decl/comments. Index: commands.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/commands.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- commands.c 30 Jun 2002 15:38:54 -0000 1.6 +++ commands.c 30 Jun 2002 15:44:05 -0000 1.7 @@ -326,7 +326,6 @@ switch(tox->event.last.type) { case XINE_EVENT_PLAYBACK_FINISHED: - // next entry in playback; finished_cb(tox); tox->ignore_finished = 0; break; @@ -1381,15 +1380,6 @@ static void do_playlist(commands_t *command, toxine_t *tox, void *data) { int nargs; - - /* - "playlist select #" - "playlist add <mrl> <...>" - "playlist from <plugin>" - "playlist delete #" - "playlist delete all" - - */ nargs = toxine_is_args(tox); Index: common.h =================================================================== RCS file: /cvsroot/toxine/toxine/src/common.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- common.h 30 Jun 2002 15:38:54 -0000 1.2 +++ common.h 30 Jun 2002 15:44:05 -0000 1.3 @@ -150,7 +150,6 @@ char *entries[MAX_PLAYLIST]; int num; /* number of entries in playlist */ int cur; /* current entry in playlist */ - char *current; /* pointer to current playlist entry */ } playlist; char prompt[32]; |