]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh.c
kill file parameter from get_file_info of struct audio format handler
[paraslash.git] / ogg_afh.c
index 7a3286fdf471f816b43c16c72603058f04fe7ade..eaed16210678d7c9ba6082f733b54264db7e325f 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -247,7 +247,7 @@ static long unsigned ogg_compute_chunk_table(OggVorbis_File *of,
 /*
  * Init oggvorbis file and write some tech data to given pointers.
  */
-static int ogg_get_file_info(FILE *file, char *map, off_t numbytes,
+static int ogg_get_file_info(char *map, off_t numbytes,
                struct audio_format_info *afi)
 {
        int ret;