From: Andre Noll Date: Sat, 8 Dec 2007 19:46:44 +0000 (+0100) Subject: afs.h: Kill unused function declaration close_audio_file(). X-Git-Tag: v0.3.0~63 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9627467f9eaf459fd914d46fb3ed18138dcc7164 afs.h: Kill unused function declaration close_audio_file(). --- diff --git a/afs.h b/afs.h index c7fecd88..b17c8441 100644 --- a/afs.h +++ b/afs.h @@ -184,7 +184,6 @@ int send_option_arg_callback_request(struct osl_object *options, int stdin_command(int fd, struct osl_object *arg_obj, callback_function *f, unsigned max_len, struct osl_object *result); int string_compare(const struct osl_object *obj1, const struct osl_object *obj2); -int close_audio_file(struct audio_file_data *afd); int for_each_matching_row(struct pattern_match_data *pmd); /* score */