]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3_afh.c
kill file parameter from get_file_info of struct audio format handler
[paraslash.git] / mp3_afh.c
index a3e3c5c330466e672aa80ab58a7a462443bdef7f..8f36bb83310aed62b33f0ac92796a2f82b091708 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -404,7 +404,7 @@ err_out:
 /*
  * Read mp3 information from audio file
  */
-static int mp3_get_file_info(FILE *file, char *map, off_t numbytes,
+static int mp3_get_file_info(char *map, off_t numbytes,
                struct audio_format_info *afi)
 {
        int ret;