From cbf59032a582b37e50490e3eea0cf3cf8532c418 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Wed, 1 Jul 2009 16:22:27 +0200 Subject: Remove read_file_recode from API read_file_recode is only used internally in ass_read_file and shouldn't be exposed in the API. Remove the prototype from ass.h and declare it static. --- libass/ass.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libass/ass.h') diff --git a/libass/ass.h b/libass/ass.h index c8b6e486..d911e991 100644 --- a/libass/ass.h +++ b/libass/ass.h @@ -180,8 +180,6 @@ void ass_process_codec_private(ass_track_t *track, char *data, int size); void ass_process_chunk(ass_track_t *track, char *data, int size, long long timecode, long long duration); -char *read_file_recode(char *fname, char *codepage, size_t *size); - /** * \brief Read subtitles from file. * \param fname file name -- cgit v1.2.3