From 9627467f9eaf459fd914d46fb3ed18138dcc7164 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 8 Dec 2007 20:46:44 +0100 Subject: [PATCH] afs.h: Kill unused function declaration close_audio_file(). --- afs.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.2