summaryrefslogtreecommitdiffstats
path: root/sub/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/subreader.h')
-rw-r--r--sub/subreader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sub/subreader.h b/sub/subreader.h
index 079238a6c3..a6d0831413 100644
--- a/sub/subreader.h
+++ b/sub/subreader.h
@@ -79,10 +79,6 @@ typedef struct sub_data {
int sub_errs;
} sub_data;
-extern char *fribidi_charset;
-extern int flip_hebrew;
-extern int fribidi_flip_commas;
-
struct MPOpts;
sub_data* sub_read_file (char *filename, float pts, struct MPOpts *opts);
subtitle* subcp_recode (subtitle *sub);