From d34421f4f96804298b3846d5c73f71f86d762700 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Sep 2019 19:08:14 +0200 Subject: dec_sub: remove unused declaration --- sub/dec_sub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sub') diff --git a/sub/dec_sub.c b/sub/dec_sub.c index 410d5a3214..a31cad77bc 100644 --- a/sub/dec_sub.c +++ b/sub/dec_sub.c @@ -359,7 +359,6 @@ void sub_get_bitmaps(struct dec_sub *sub, struct mp_osd_res dim, int format, char *sub_get_text(struct dec_sub *sub, double pts) { pthread_mutex_lock(&sub->lock); - struct mp_subtitle_opts *opts = sub->opts; char *text = NULL; pts = pts_to_subtitle(sub, pts); -- cgit v1.2.3