summaryrefslogtreecommitdiffstats
path: root/sub/osd_libass.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-24 19:09:35 +0200
committerwm4 <wm4@nowhere>2015-10-24 19:09:35 +0200
commitd1a46c2c327dad53f1e8808e16c626530be163d1 (patch)
tree4ae5b4e20bfa5fbc0140e8e62564d7986a993a2d /sub/osd_libass.c
parenta02f3a5dd45cb946c6b7e75c5b5349c6c4e5fdc8 (diff)
downloadmpv-d1a46c2c327dad53f1e8808e16c626530be163d1.tar.bz2
mpv-d1a46c2c327dad53f1e8808e16c626530be163d1.tar.xz
options: remove --use-text-osd
Diffstat (limited to 'sub/osd_libass.c')
-rw-r--r--sub/osd_libass.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/osd_libass.c b/sub/osd_libass.c
index bc4a24228a..e9225a891a 100644
--- a/sub/osd_libass.c
+++ b/sub/osd_libass.c
@@ -471,9 +471,6 @@ static void update_object(struct osd_state *osd, struct osd_object *obj)
void osd_object_get_bitmaps(struct osd_state *osd, struct osd_object *obj,
struct sub_bitmaps *out_imgs)
{
- if (!osd->opts->use_text_osd)
- return;
-
if (obj->force_redraw)
update_object(osd, obj);