X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=69c1188ed75d294ddfc417567b7bd50967692e85;hp=e7ca2820d92c0bc517f92b224efd12507d8dd716;hb=0b814bdbb7a3fe018cffee0162dc6c916cfa6879;hpb=3a624c04894f5b0fa4a1c0850307b33bf92c8e51 diff --git a/afh.h b/afh.h index e7ca2820..69c1188e 100644 --- a/afh.h +++ b/afh.h @@ -109,13 +109,5 @@ struct audio_format_handler { * \sa struct audio_format_info */ int (*get_file_info)(FILE *audio_file, struct audio_format_info *afi); - /** - * cleanup function of this audio format handler - * - * This close function should deallocate any resources - * associated with the current audio file. In particular, it is responsible - * for closing the file handle. It is assumed to succeed. - */ - void (*close_audio_file)(void); };