summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@dell>2009-07-01 16:22:27 +0200
committerGrigori Goronzy <greg@blackbox>2009-07-01 21:18:34 +0200
commitcbf59032a582b37e50490e3eea0cf3cf8532c418 (patch)
treecdab3bb58ba5362b6faa197e161c2413115e0e0e /libass/ass.h
parent032868aeaaa7616a6a6c71e4db20928ccb41f407 (diff)
downloadlibass-cbf59032a582b37e50490e3eea0cf3cf8532c418.tar.bz2
libass-cbf59032a582b37e50490e3eea0cf3cf8532c418.tar.xz
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.
Diffstat (limited to 'libass/ass.h')
-rw-r--r--libass/ass.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass.h b/libass/ass.h
index c8b6e48..d911e99 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