diff options
Diffstat (limited to 'src/inputPlugin.h')
-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(); |