diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-01 01:07:02 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-01 01:07:02 +0000 |
commit | aa2d56c81c3c7e83f827f6292bc5ec4f44881b93 (patch) | |
tree | ace7ff9e091b253e7febd30503700868850a16cc /src/inputPlugin.h | |
parent | 6a16e08f9abbf608329b33059d2c98998b57878e (diff) | |
download | mpd-aa2d56c81c3c7e83f827f6292bc5ec4f44881b93.tar.gz mpd-aa2d56c81c3c7e83f827f6292bc5ec4f44881b93.tar.xz mpd-aa2d56c81c3c7e83f827f6292bc5ec4f44881b93.zip |
fix for bastard mp3 streams
git-svn-id: https://svn.musicpd.org/mpd/trunk@1268 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inputPlugin.h b/src/inputPlugin.h index 940789744..0968bae8b 100644 --- a/src/inputPlugin.h +++ b/src/inputPlugin.h @@ -47,10 +47,6 @@ InputPlugin * getInputPluginFromMimeType(char * mimeType); InputPlugin * getInputPluginFromName(char * name); -/* this is needed b/c shoutcast and such don't indicate the proper mime type - and don't have a suffix in the url! */ -InputPlugin * getDefaultInputPlugin(); - /* this is where we "load" all the "plugins" ;-) */ void initInputPlugins(); |