summaryrefslogtreecommitdiffstats
path: root/sub/osd_libass.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 00:12:46 +0200
committerwm4 <wm4@nowhere>2012-08-03 00:12:46 +0200
commitebaaa41f2a4f2d492141f8af86a1d0694778baae (patch)
tree543b04f8928de5bd8a58c7622d410f9676f997f5 /sub/osd_libass.c
parent2aef9e2ef3a3c69466a3f0a737145f1f72c786f0 (diff)
downloadmpv-ebaaa41f2a4f2d492141f8af86a1d0694778baae.tar.bz2
mpv-ebaaa41f2a4f2d492141f8af86a1d0694778baae.tar.xz
Remove teletext support
Teletext requires special OSD support. Because I can't even test teletext, I can't restore support for it. Since teletext can be considered ancient and obscure, and since it doesn't make sense to keep the remaining teletext code without being able to use it, I'm removing it.
Diffstat (limited to 'sub/osd_libass.c')
-rw-r--r--sub/osd_libass.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sub/osd_libass.c b/sub/osd_libass.c
index 73edd78118..03ab9b55dd 100644
--- a/sub/osd_libass.c
+++ b/sub/osd_libass.c
@@ -361,16 +361,6 @@ void vo_update_text_sub(struct osd_state *osd, mp_osd_obj_t* obj)
talloc_free(text);
}
-// Unimplemented.
-void vo_update_text_teletext(struct osd_state *osd, mp_osd_obj_t *obj)
-{
- obj->flags |= OSDFLAG_CHANGED;
- obj->flags &= ~OSDFLAG_VISIBLE;
- if (!vo_osd_teletext_page || !vo_osd_teletext_mode)
- return;
- mp_msg(MSGT_OSD, MSGL_ERR, "OSD: teletext rendering not implemented\n");
-}
-
// unneeded
void osd_font_invalidate(void) {}
void osd_font_load(struct osd_state *osd) {}