From ebaaa41f2a4f2d492141f8af86a1d0694778baae Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Aug 2012 00:12:46 +0200 Subject: 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. --- input/input.c | 2 -- input/input.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index ed33c83c34..496c5ca46e 100644 --- a/input/input.c +++ b/input/input.c @@ -196,8 +196,6 @@ static const mp_cmd_t mp_cmds[] = { { MP_CMD_PLAYLIST_CLEAR, "playlist_clear", }, { MP_CMD_RUN, "run", { ARG_STRING } }, { MP_CMD_VF_CHANGE_RECTANGLE, "change_rectangle", { ARG_INT, ARG_INT } }, - { MP_CMD_TV_TELETEXT_ADD_DEC, "teletext_add_dec", { ARG_STRING } }, - { MP_CMD_TV_TELETEXT_GO_LINK, "teletext_go_link", { ARG_INT } }, #ifdef CONFIG_DVDNAV { MP_CMD_DVDNAV, "dvdnav", { ARG_STRING } }, diff --git a/input/input.h b/input/input.h index 5b1bb37209..0fccbb5233 100644 --- a/input/input.h +++ b/input/input.h @@ -120,8 +120,6 @@ enum mp_command_type { MP_CMD_LOOP, MP_CMD_BALANCE, MP_CMD_SUB_SCALE, - MP_CMD_TV_TELETEXT_ADD_DEC, - MP_CMD_TV_TELETEXT_GO_LINK, MP_CMD_TV_START_SCAN, MP_CMD_SUB_SOURCE, MP_CMD_SUB_FILE, -- cgit v1.2.3