X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.c;h=e26e8c8303c2c228a59adfaf64e6b7c5fd7b0fdf;hb=8d5053bf55b02b106cef1cfcce9fc30d9a248b89;hp=adc0cb63cea1204d3bfef811c492b807b74001c2;hpb=645175864a613fc539f46ffa4028742aad3b1b30;p=paraslash.git diff --git a/vss.c b/vss.c index adc0cb63..e26e8c83 100644 --- a/vss.c +++ b/vss.c @@ -636,18 +636,6 @@ static void vss_eof(struct vss_task *vsst) mmd->events++; } -/** - * Get the list of all supported audio formats. - * - * \return Aa space separated list of all supported audio formats - * It is not allocated at runtime, i.e. there is no need to free - * the returned string in the caller. - */ -const char *supported_audio_formats(void) -{ - return SUPPORTED_AUDIO_FORMATS; -} - static int need_to_request_new_audio_file(struct vss_task *vsst) { struct timeval diff;