[MPlayer-cvslog] r30736 - trunk/stream/stream_cddb.c

reimar subversion at mplayerhq.hu
Thu Feb 25 23:29:00 CET 2010


Author: reimar
Date: Thu Feb 25 23:29:00 2010
New Revision: 30736

Log:
Remove unused function declaration.

Modified:
   trunk/stream/stream_cddb.c

Modified: trunk/stream/stream_cddb.c
==============================================================================
--- trunk/stream/stream_cddb.c	Thu Feb 25 23:27:53 2010	(r30735)
+++ trunk/stream/stream_cddb.c	Thu Feb 25 23:29:00 2010	(r30736)
@@ -81,8 +81,6 @@
 #define DEFAULT_FREEDB_SERVER "freedb.freedb.org"
 #define DEFAULT_CACHE_DIR     "/.cddb/"
 
-stream_t* open_cdda(char *dev, char *track);
-
 static cd_toc_t cdtoc[100];
 static int cdtoc_last_track;
 


More information about the MPlayer-cvslog mailing list